blob: 656bdb14ff149c53d4f99d3333f85f5e7f6a1116 [file] [log] [blame]
Michael Landoed64b5e2017-06-09 03:19:04 +03001{
2 "compileOnSave": false,
3 "compilerOptions": {
4 "declaration": false,
5 "emitDecoratorMetadata": true,
6 "experimentalDecorators": true,
7 "module": "commonjs",
8 "moduleResolution": "node",
9 "outDir": "../dist/out-tsc-e2e",
10 "sourceMap": true,
11 "target": "es5",
12 "typeRoots": [
13 "../node_modules/@types"
14 ]
15 }
16}