UNPKG

389 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "noImplicitAny": false,
5 "emitDecoratorMetadata": true,
6 "experimentalDecorators": true,
7 "target": "es6",
8 "sourceMap": true,
9 "declaration": true,
10 "outDir": "./dist",
11 "importHelpers": true,
12 "baseUrl": "./",
13 "typeRoots": [
14 "node_modules/@types"
15 ]
16 },
17 "exclude": [
18 "node_modules"
19 ]
20}