domino-client/tsconfig.json
2024-06-29 16:40:11 +02:00

18 lines
248 B
JSON

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