Initial setup

This commit is contained in:
Alexis
2022-12-09 23:32:05 +01:00
parent 59b4805965
commit 7e61f617c2
15 changed files with 17151 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"
}