UNPKG

444 BJSONView Raw
1{
2 "compilerOptions": {
3 "declaration": false,
4 "emitDecoratorMetadata": true,
5 "experimentalDecorators": true,
6 "noEmitHelpers" :true,
7 "lib": ["es6", "dom"],
8 "types": [
9 "jasmine",
10 "webpack"
11 ],
12 "mapRoot": "./",
13 "module": "es6",
14 "moduleResolution": "node",
15 "outDir": "../temp/out-tsc",
16 "sourceMap": true,
17 "target": "es5",
18 "typeRoots": [
19 "../node_modules/@types"
20 ]
21 }
22}