scfs-ui/tsconfig.json

18 lines
231 B
JSON

{
"files": [],
"compilerOptions": {
"types": ["vite/client"]
},
"include": [
"src/**/*"
],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}