Skip to content

Latest commit

 

History

History

tsconfig

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@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" }