UNPKG

1.31 kBJSONView Raw
1{
2 "compilerOptions": {
3 "allowUnreachableCode": false,
4 "allowUnusedLabels": false,
5 "charset": "utf8",
6 "declaration": true,
7 "declarationDir": "./types",
8 "diagnostics": false,
9 "disableSizeLimit": false,
10 "emitDecoratorMetadata": true,
11 "experimentalDecorators":true,
12 "forceConsistentCasingInFileNames": true,
13 "inlineSourceMap": false,
14 "inlineSources": false,
15 "isolatedModules": false,
16 "listEmittedFiles": false,
17 "listFiles": false,
18 "locale": "en-us",
19 "module": "commonjs",
20 "newLine": "CRLF",
21 "noImplicitAny": true,
22 "noImplicitReturns": true,
23 "noImplicitThis": true,
24 "noImplicitUseStrict": false,
25 "noLib": false,
26 "noResolve": false,
27 "noUnusedLocals": true,
28 "noUnusedParameters": true,
29 "preserveConstEnums": false,
30 "pretty": false,
31 "removeComments": false,
32 "sourceMap": false,
33 "strictNullChecks": true,
34 "stripInternal": false,
35 "suppressExcessPropertyErrors": false,
36 "suppressImplicitAnyIndexErrors": false,
37 "target": "es6",
38 "watch": false
39 },
40 "exclude": [
41 "docs",
42 "node_modules",
43 "types"
44 ]
45}
\No newline at end of file