Initial vue template files

This commit is contained in:
Alexis
2025-08-18 16:18:28 +02:00
parent f52e3dfeff
commit 9455991fae
21 changed files with 3881 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}