feat: migrate vue-cli based scaffold to vue-create

This commit is contained in:
Sebin Nyshkim 2023-01-19 23:18:08 +01:00
parent 10f9ae340c
commit 90ef5eaf06
21 changed files with 3530 additions and 29817 deletions

8
tsconfig.config.json Normal file
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"]
}
}