Files
windows-user-space-emulator/page/tsconfig.json
2025-09-08 16:16:55 +02:00

19 lines
274 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"types": ["vite-plugin-pwa/client"]
}
}