Eterna standard TypeScript configurations
npm install -D @eternagame/tsconfigAdd 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" }