mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "ES6",
|
|
"outDir": "dist-server",
|
|
"rootDir": "server",
|
|
"resolveJsonModule": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
},
|
|
"exclude": ["src", "server/test"],
|
|
"include": ["server"]
|
|
}
|