first commit

This commit is contained in:
kanyarat2001 2023-12-13 10:09:04 +07:00
commit 6e3c1a90f7
31 changed files with 14083 additions and 0 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"]
}
}