domino-client/tsconfig.json

19 lines
280 B
JSON
Raw Permalink Normal View History

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