UNPKG

396 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "ES6",
4 "declaration" : true,
5 "sourceMap": true,
6 "strict": false,
7 "inlineSources": true,
8 "module": "commonjs",
9 "experimentalDecorators": true,
10 "emitDecoratorMetadata": true,
11 "allowSyntheticDefaultImports": true,
12 "esModuleInterop": true,
13 "typeRoots": ["node_modules/@types"]
14 },
15 "exclude": [
16 "node_modules"
17 ]
18}
\No newline at end of file