adjust frontend to new backend

This commit is contained in:
wea_ondara
2024-05-27 19:05:54 +02:00
parent 8b60d023e8
commit 265a5f3063
67 changed files with 5506 additions and 703 deletions

View File

@@ -4,15 +4,20 @@
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"experimentalDecorators": true,
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"moduleResolution": "Node",
"lib": [
"ES2021",
"ESNext",
"DOM",
"DOM.Iterable"
]
}
],
"module": "ESNext",
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
},
},
}