This commit is contained in:
2026-01-01 15:19:58 +08:00
parent 93880becef
commit 73ebd02cdb
25 changed files with 14913 additions and 880 deletions

View File

@@ -1,7 +1,11 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"vueCompilerOptions": {
"globalTypesPath": "./node_modules/.vue-global-types"
"compilerOptions": {
"skipLibCheck": true,
"typeRoots": ["./node_modules/@types", "./app/types"]
}
// "vueCompilerOptions": {
// "globalTypesPath": "./node_modules/.vue-global-types"
// }
}