feat: add kcal app

This commit is contained in:
2026-08-07 13:33:17 +07:00
parent 1ee76faf55
commit c02448f7d9
39 changed files with 6966 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "@robonen/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "vue-jsx-vapor",
"types": ["node", "vite/client"],
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src", "vite.config.ts", "eslint.config.ts"]
}