• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "compilerOptions": {
3        "pretty": true,
4        "lib": ["es2015.iterable", "es2015.generator", "es5"],
5        "target": "es5",
6        "moduleResolution": "classic",
7        "rootDir": ".",
8
9        "declaration": true,
10        "declarationMap": true,
11        "sourceMap": true,
12        "composite": true,
13        "noEmitOnError": true,
14
15        "strictNullChecks": true,
16        "noImplicitAny": true,
17        "noImplicitThis": true,
18        "strictPropertyInitialization": true,
19        "noUnusedLocals": true,
20        "noUnusedParameters": true,
21
22        "skipLibCheck": true,
23
24        "alwaysStrict": true,
25        "preserveConstEnums": true,
26        "newLine": "lf",
27
28        "types": []
29    }
30}
31