UNPKG

575 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "noImplicitAny": true,
5 "sourceMap": true,
6 "removeComments": false,
7 "preserveConstEnums": true,
8 "declaration": true,
9 "target": "es5",
10 "lib": ["es2015", "dom"],
11 "outDir": "./dist",
12 "noUnusedLocals": true,
13 "noImplicitReturns": true,
14 "noImplicitThis": true,
15 "alwaysStrict": true,
16 "noUnusedParameters": false,
17 "pretty": true,
18 "noFallthroughCasesInSwitch": true,
19 "allowUnreachableCode": false,
20 "experimentalDecorators": true
21 },
22 "include": [
23 "src/"
24 ]
25}