keychain_max/apps/web/tsconfig.json
2026-09-09 19:53:50 +00:00

9 lines
194 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "vue",
"types": ["vite/client"]
},
"include": ["src", "vite.config.ts"]
}