Added Ts.ED
This commit is contained in:
15
backend/tsconfig.compile.json
Normal file
15
backend/tsconfig.compile.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"outDir": "./dist",
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"noResolve": false,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": true,
|
||||
"noEmit": false,
|
||||
"emitDeclarationOnly": false,
|
||||
"inlineSources": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user