domino-client/tsconfig.json

18 lines
248 B
JSON
Raw Normal View History

2024-06-29 16:40:11 +02:00
{
"compilerOptions": {
"types": ["vite/client"]
},
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
]
}