mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 18:56:58 +00:00
30 lines
546 B
JSON
30 lines
546 B
JSON
{
|
|
"files": [],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "ES6",
|
|
"outDir": "dist",
|
|
"baseUrl": "src",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"*": ["node_modules/*"]
|
|
},
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.vitest.json"
|
|
}
|
|
]
|
|
}
|