mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
17 lines
411 B
JSON
17 lines
411 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"target": "ES2020",
|
|
"outDir": "dist-server",
|
|
"rootDir": ".",
|
|
"resolveJsonModule": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": true
|
|
},
|
|
"exclude": ["server/test", "node_modules"],
|
|
"include": ["server", "src/shared-constants.ts"]
|
|
}
|