mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 18:56:58 +00:00
18 lines
441 B
JSON
18 lines
441 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"esModuleInterop": true,
|
|
"target": "ES2022",
|
|
"outDir": "dist-server",
|
|
"rootDir": ".",
|
|
"resolveJsonModule": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["server/test", "node_modules"],
|
|
"include": ["server", "src/shared-constants.ts"]
|
|
}
|