2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Files
vue-select/tsconfig.vite-config.json
T
Jeff Sagal 93e6b9d790 wip poc
2024-03-22 20:38:57 -07:00

9 lines
166 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["vite.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node", "vitest"]
}
}