mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
19 lines
381 B
JSON
19 lines
381 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "",
|
||
|
"declaration": false,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"lib": ["es6", "dom"],
|
||
|
"mapRoot": "./",
|
||
|
"module": "es6",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "../dist/out-tsc",
|
||
|
"sourceMap": true,
|
||
|
"target": "es5",
|
||
|
"typeRoots": [
|
||
|
"../node_modules/@types"
|
||
|
]
|
||
|
}
|
||
|
}
|