Remove outdated files and update TypeScript configuration for improved project structure

This commit is contained in:
2025-07-20 18:14:28 +02:00
parent a6d73bf3f4
commit b657e9f423
7 changed files with 4152 additions and 2821 deletions

View File

@@ -1,4 +1,9 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
"references": [
{ "path": "./.nuxt/tsconfig.app.json" },
{ "path": "./.nuxt/tsconfig.server.json" },
{ "path": "./.nuxt/tsconfig.shared.json" },
{ "path": "./.nuxt/tsconfig.node.json" }
],
"files": []
}