UNPKG

642 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "declaration": true,
5 "strict": true,
6 "removeComments": true,
7 "lib": [
8 "dom",
9 "es2017",
10 "esnext.asynciterable"
11 ],
12 "allowSyntheticDefaultImports": true,
13 "emitDecoratorMetadata": true,
14 "experimentalDecorators": true,
15 "skipLibCheck": true,
16 "target": "es2017",
17 "sourceMap": true,
18 "importHelpers": true,
19 "baseUrl": ".",
20 "outDir": "./dist",
21 "downlevelIteration": true,
22 "moduleResolution": "node"
23 },
24 "include": [
25 "src/**/*",
26 "typings/**/*"
27 ],
28 "exclude": [
29 "node_modules",
30 "**/*.spec.ts"
31 ]
32}