chore: Add Bun type definitions and remove VitePWA devOptions enabled setting.

This commit is contained in:
2025-12-02 13:59:59 +01:00
parent cc5f96c9e3
commit 189f2152c5
4 changed files with 19 additions and 7 deletions

View File

@@ -1,7 +1,16 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"types": [
"bun-types/globals"
]
}
}