UNPKG

340 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "./dist/",
4 "module": "commonjs",
5 "target": "ES5",
6 "experimentalDecorators": true,
7 "emitDecoratorMetadata": true,
8 "declaration": true,
9 "jsx": "react",
10 "lib": [
11 "es2015",
12 "dom",
13 "es2017.object"
14 ]
15 },
16 "include": [
17 "app/**/*",
18 "src/**/*"
19 ]
20}