mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-06-11 00:24:56 +08:00
19 lines
315 B
JSON
19 lines
315 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"
|
|
]
|
|
}
|