chore: first commit

This commit is contained in:
Corentin Thomasset
2022-03-31 00:33:29 +02:00
commit 64c92a661c
37 changed files with 13458 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node", "vitest"]
}
}