cloud-battery-vue/tsconfig.config.json
2024-12-20 16:45:08 +08:00

14 lines
231 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"vite/vite.config.*",
"vite/**/*"
],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"composite": true,
"types": [
"node"
]
}
}