Update configuration

This commit is contained in:
2024-10-17 18:42:35 +02:00
parent c8d87f6643
commit 41106a8686
7 changed files with 276 additions and 320 deletions

View File

@@ -1,18 +1,11 @@
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"isolatedModules": false,
"outDir": "build/dist",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"baseUrl": ".",
"resolveJsonModule": true,
"paths": {
"@/*": ["./src/*"]
"files": [],
"references": [
{
"path": "./tsconfig.web.json"
},
{
"path": "./tsconfig.server.json"
}
},
"exclude": ["node_modules", "dist"]
]
}