nuxt rewrite missing files

This commit is contained in:
2025-09-25 22:19:30 +02:00
parent 7cdf77cb52
commit 69b3664ecd
9 changed files with 17598 additions and 0 deletions

12
website/tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"files": [],
"references": [
{ "path": "./.nuxt/tsconfig.app.json" },
{ "path": "./.nuxt/tsconfig.server.json" },
{ "path": "./.nuxt/tsconfig.shared.json" },
{ "path": "./.nuxt/tsconfig.node.json" }
],
"compileOnSave": true,
"compilerOptions": { "noUncheckedIndexedAccess": true, "module": "NodeNext", "moduleResolution": "NodeNext" }
}