• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compilerOptions": {
3    "target": "ES6",
4    "lib": ["ES2015", "ES2020.BigInt", "DOM"],
5    "moduleResolution": "Node",
6    "noImplicitAny": true,
7    "strict": true,
8    "noUnusedParameters": false,
9    "noUnusedLocals": false,
10    "noImplicitReturns": true,
11    "strictNullChecks": true,
12    "baseUrl": ".",
13    "noEmit": false
14  },
15  "include": [
16    "my-game/**/*.ts",
17    "optional_scalars/**/*.ts",
18    "namespace_test/**/*.ts",
19    "union_vector/**/*.ts"
20  ]
21}
22