setup Example Vue app

refs #31
This commit is contained in:
Thomas Peetz
2025-08-02 12:07:19 +02:00
parent 6201e433ae
commit 427850bd64
39 changed files with 6262 additions and 8659 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
"module": "NodeNext"
}
}