feat: initial commit

This commit is contained in:
Pihkaal
2024-09-28 20:47:09 +02:00
commit b2b4ebc0f1
12 changed files with 10742 additions and 0 deletions

4
tsconfig.json Normal file
View File

@@ -0,0 +1,4 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
}