Files
2026-02-07 14:43:43 +01:00

15 lines
294 B
JSON

{
/* Exists so anything looking for a tsconfig file (including VSCode) can find the settings. */
"files": [],
"references": [
{
"path": "./tsconfig.browser.json"
},
{
"path": "./tsconfig.extension.json"
},
{
"path": "./tsconfig.vite.json"
}
]
}