Import quantdinger_vue from feature-multi-user-postgresql

This commit is contained in:
dienakdz
2026-04-06 17:04:22 +07:00
parent 11e2e5aaa6
commit 106419c955
216 changed files with 93880 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}