vue-ts-mgr/tsconfig.json

18 lines
257 B
JSON
Raw Permalink Normal View History

2024-09-10 02:09:15 +00:00
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
"types": ["vite/client", "./env"]
}
}