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

View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node", "jsdom"]
}
}