Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 526 Bytes

@eternagame/tsconfig

Eterna standard TypeScript configurations

Usage

npm install -D @eternagame/tsconfig

Add one of the available configurations to your tsconfig.json:

  • Base configuration (runtime-agnostic)
    { "extends": "@eternagame/tsconfig/tsconfig.json" }
  • Configuration for Node environment
    { "extends": "@eternagame/tsconfig/tsconfig.node.json" }
  • Configuration for browser environment
    { "extends": "@eternagame/tsconfig/tsconfig.web.json" }