Add base files

This commit is contained in:
2023-01-13 22:01:37 +01:00
parent 9d5d2f7ed4
commit a3f837361b
16 changed files with 3683 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}