This commit is contained in:
2025-10-14 14:50:39 +02:00
parent 06eb971af4
commit 772afbc726
9 changed files with 61 additions and 28 deletions

View File

@@ -8,5 +8,5 @@
{ "path": "./.nuxt/tsconfig.node.json" }
],
"compileOnSave": true,
"compilerOptions": { "noUncheckedIndexedAccess": true, "module": "ESNext", "moduleResolution": "Bundler"}
"compilerOptions": { "noUncheckedIndexedAccess": true, "module": "ESNext", "moduleResolution": "Bundler" }
}