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

20 lines
310 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.config.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"types": [ "vite/client" ],
"module": "esnext"
}
}