mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 09:29:06 +08:00
11 lines
279 B
JSON
11 lines
279 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
},
|
|
"vueCompilerOptions": {
|
|
"globalTypesPath": "./node_modules/.vue-global-types"
|
|
},
|
|
"include": ["nuxt.config.ts", "app/**/*.ts", "app/**/*.vue", "app/**/*.d.ts", "server/**/*.ts"]
|
|
}
|