first vue 3 commit

This commit is contained in:
vabene1111
2024-02-20 20:11:51 +01:00
committed by smilerz
parent 8728865b97
commit bb6356cfa8
18 changed files with 1099 additions and 17 deletions

16
vue3/tsconfig.node.json Normal file
View File

@@ -0,0 +1,16 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}