MainLayout , Dashboard, Transfer

This commit is contained in:
Tanyalak 2023-07-07 16:54:53 +07:00
parent ff07547749
commit 3f50b3d075
31 changed files with 14376 additions and 1 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"]
}
}