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

10
cypress/e2e/tsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["./**/*", "../support/**/*"],
"compilerOptions": {
"isolatedModules": false,
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
}
}