UNPKG

459 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "declaration": true,
5 "noImplicitAny": false,
6 "removeComments": true,
7 "noLib": false,
8 "emitDecoratorMetadata": true,
9 "experimentalDecorators": true,
10 "target": "es6",
11 "sourceMap": false,
12 "outDir": "./dist",
13 "rootDir": "./lib",
14 "skipLibCheck": true
15 },
16 "include": [
17 "lib/**/*",
18 "../index.ts"
19 ],
20 "exclude": [
21 "node_modules",
22 "**/*.spec.ts"
23 ]
24}
\No newline at end of file