DataBack/tsconfig.json

15 lines
298 B
JSON
Raw Permalink Normal View History

2023-09-01 12:23:50 +00:00
{
"compilerOptions": {
"lib": [
"es5",
"es6"
],
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true
}
}