feat: add frontend with aspire integration

This commit is contained in:
Stevan Freeborn
2026-02-17 06:18:18 -06:00
parent d77e5d45f6
commit 0cac8cd5fb
31 changed files with 8105 additions and 159 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": {
"@/*": ["./src/*"]
}
}
}