chore: initialized repository

This commit is contained in:
Lukas Wölfer
2026-04-16 22:00:50 +02:00
parent 0a74a9a7ef
commit 74c94b05f9
12 changed files with 354 additions and 53 deletions

View File

@@ -1,8 +1,12 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.vite.json" }
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.vite.json"
}
],
"compilerOptions": {
"checkJs": true,
@@ -11,4 +15,4 @@
"strict": true,
"noEmit": true
}
}
}