17 lines
349 B
JSON
17 lines
349 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|