UNPKG

479 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5",
5 "noImplicitAny": true,
6 "experimentalDecorators": true,
7 "rootDir": ".",
8 "sourceMap": true,
9 "declaration": true,
10 "noEmitOnError": true
11 },
12 "include": [
13 "typings/",
14 "src/**/*.ts",
15 "test/**/*.ts"
16 ],
17 "exclude": [
18 "node_modules",
19 "src/**/*.d.ts",
20 "test/**/*.d.ts"
21 ]
22}
\No newline at end of file