mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
for docker
This commit is contained in:
parent
6d3c2a4806
commit
9b14179d33
@ -1,15 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"target": "ES2020",
|
||||
"outDir": "dist-server",
|
||||
"rootDir": "server",
|
||||
"rootDir": ".",
|
||||
"resolveJsonModule": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"exclude": ["src", "server/test"],
|
||||
"include": ["server"]
|
||||
"exclude": ["src", "server/test", "node_modules"],
|
||||
"include": ["server", "shared-constants.ts"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user