UNPKG

1.67 kBJSONView Raw
1{
2 "compilerOptions": {
3 "allowJs": false,
4 "allowSyntheticDefaultImports": true,
5 "allowUnreachableCode": false,
6 "allowUnusedLabels": false,
7 "alwaysStrict": true,
8 "charset": "utf8",
9 "checkJs": false,
10 "declaration": true,
11 "disableSizeLimit": false,
12 "downlevelIteration": false,
13 "emitBOM": false,
14 "emitDecoratorMetadata": true,
15 "esModuleInterop": true,
16 "experimentalDecorators": true,
17 "forceConsistentCasingInFileNames": true,
18 "importHelpers": false,
19 "inlineSourceMap": false,
20 "inlineSources": false,
21 "isolatedModules": false,
22 "lib": [
23 "es2017",
24 "esnext.asynciterable"
25 ],
26 "locale": "en-us",
27 "module": "commonjs",
28 "moduleResolution": "node",
29 "newLine": "lf",
30 "noEmit": false,
31 "noEmitHelpers": false,
32 "noEmitOnError": true,
33 "noErrorTruncation": true,
34 "noFallthroughCasesInSwitch": true,
35 "noImplicitAny": true,
36 "noImplicitReturns": true,
37 "noImplicitThis": true,
38 "noStrictGenericChecks": false,
39 "noUnusedLocals": false,
40 "noUnusedParameters": false,
41 "noImplicitUseStrict": false,
42 "noLib": false,
43 "noResolve": false,
44 "outDir": "../../build/lib",
45 "preserveConstEnums": true,
46 "removeComments": false,
47 "rootDir": "",
48 "skipLibCheck": true,
49 "sourceMap": true,
50 "strict": true,
51 "strictNullChecks": true,
52 "suppressExcessPropertyErrors": false,
53 "suppressImplicitAnyIndexErrors": false,
54 "target": "es2017",
55 "traceResolution": false,
56 "typeRoots": [
57 "../../node_modules/@types",
58 "../custom-typings"
59 ]
60 },
61 "include": [
62 "**/*.ts"
63 ],
64 "exclude": []
65}