• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compilerOptions": {
3    "target": "es2018",
4    "module": "esnext",
5    "moduleResolution": "node",
6    "noEmitOnError": true,
7    "lib": ["es2017", "dom"],
8    "strict": true,
9    "esModuleInterop": false,
10    "allowSyntheticDefaultImports": true,
11    "experimentalDecorators": true,
12    "importHelpers": true,
13    "outDir": "web/js",
14    "rootDir": "ts",
15    "sourceMap":true,
16    "incremental": true,
17    "resolveJsonModule": true
18  },
19  "include": ["ts/*.ts"]
20}
21