mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
d2b024ff43
FIX ErrorObj from TRESTClient
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"
|
|
]
|
|
}
|
|
}
|