init: frontend

This commit is contained in:
snusxd
2026-04-10 00:41:21 +03:00
commit d2b5489001
26 changed files with 4022 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}