angular4-testing/project-manager/e2e/tsconfig.json

20 lines
395 B
JSON
Raw Normal View History

2017-03-22 06:37:47 +01:00
{
"compileOnSave": false,
"compilerOptions": {
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../dist/out-tsc-e2e",
"sourceMap": true,
"target": "es5",
"typeRoots": [
"../node_modules/@types"
],
"types": [
"jasmine", "node"
]
}
}