API-Explorer-II/tsconfig.json
Nemo Godebski-Pedersen 2faf6737c5 streaming WIP
2025-02-26 12:01:37 +00:00

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"
}
]
}