System_konkursow_edukacyjnych/SystemKonkursow/4.2.1/angular/e2e/tsconfig.json
2018-11-27 17:46:25 +01:00

20 lines
384 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2016"
],
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../dist/out-tsc-e2e",
"sourceMap": true,
"target": "es6",
"typeRoots": [
"../node_modules/@types"
]
}
}