Files
snippets/kcal/tsconfig.json
T
2026-08-07 13:33:17 +07:00

13 lines
290 B
JSON

{
"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"]
}