Initial commit

This commit is contained in:
Pandipipas
2026-02-07 14:43:43 +01:00
committed by GitHub
commit 6955d2588f
37 changed files with 12950 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
/* 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"
}
]
}