UNPKG

437 BJSONView Raw
1{
2 "compilerOptions": {
3 "emitDecoratorMetadata": true,
4 "experimentalDecorators": true,
5 "noEmitOnError": true,
6 "noImplicitReturns": true,
7 "noUnusedLocals": true,
8 "noUnusedParameters": true,
9 "noImplicitAny": true,
10 "outDir": "lib",
11 "strict": true,
12 "esModuleInterop": true,
13 "moduleResolution": "Node",
14 "lib": ["ES6"],
15 "module": "commonjs",
16 "target": "ES6",
17 "declaration": true
18 },
19 "include": ["src/**/*.ts"]
20}