UNPKG

617 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "lib",
4 "target": "es5",
5 "module": "commonjs",
6 "moduleResolution": "node",
7 "sourceMap": true,
8 "declaration": true,
9 "emitDecoratorMetadata": true,
10 "experimentalDecorators": true,
11 "baseUrl": ".",
12 "lib": [
13 "es2015",
14 "dom"
15 ],
16 "noImplicitAny": true,
17 "suppressImplicitAnyIndexErrors": true,
18 "typeRoots": [
19 "node_modules/@types/"
20 ],
21 "paths": {
22 "rx-flux": [
23 "./src"
24 ]
25 }
26 },
27 "include": [
28 "src/**/*.ts"
29 ],
30 "exclude": [
31 "node_modules",
32 "lib"
33 ],
34 "angularCompilerOptions": {
35 "strictMetadataEmit": true,
36 "genDir": ".compiled"
37 }
38}
\No newline at end of file