UNPKG

486 BJSONView Raw
1{
2 "include": [
3 "*.ts"
4 ],
5 "compilerOptions": {
6 "target": "es5",
7 "lib": ["es2015"],
8 "module": "commonjs",
9 "noEmitOnError": true,
10 "noFallthroughCasesInSwitch": true,
11 "noImplicitAny": false,
12 "noImplicitReturns": true,
13 "noImplicitThis": true
14 //"noUnusedLocals": true,
15 //"noUnusedParameters": true,
16 //"strictNullChecks": true,
17 // "declaration": true,
18 }
19}
\No newline at end of file