• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compilerOptions": {
3    "target": "ES2020",
4    "lib": ["ES2020", "DOM"],
5    "module": "NodeNext",
6    "declaration": true,
7    "strict": true
8  },
9  "include": [
10    "monster_test.ts",
11    "typescript_keywords.ts",
12    "my-game/**/*.ts",
13    "typescript/**/*.ts",
14    "optional_scalars/**/*.ts",
15    "namespace_test/**/*.ts",
16    "union_vector/**/*.ts",
17    "arrays_test_complex/**/*.ts",
18    "union_underlying_type_test.ts"
19  ]
20}
21