first commit

This commit is contained in:
Nico 2023-11-02 15:42:34 +01:00
commit e1362c0d36
25 changed files with 13100 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"
}