Initial commit

This commit is contained in:
Paul Nicoué 2022-09-30 16:18:49 +02:00
commit 820907c3c2
9 changed files with 13506 additions and 0 deletions

4
tsconfig.json Normal file
View file

@ -0,0 +1,4 @@
{
// https://v3.nuxtjs.org/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
}