UNPKG

488 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "module": "commonjs",
5 "declaration": true,
6 "noImplicitAny": false,
7 "removeComments": true,
8 "noLib": false,
9 "emitDecoratorMetadata": true,
10 "experimentalDecorators": true,
11 "target": "es6",
12 "sourceMap": false,
13 "outDir": "./dist",
14 "rootDir": ".",
15 "skipLibCheck": true
16 },
17 "include": [
18 "lib/**/*",
19 "e2e/**/*"
20 ],
21 "exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
22}