2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00
Files
vue-select/tsconfig.vite-config.json
T
Jeff Sagal 2ac879ed28 wip - install vite
w/ typescript, vitest, eslint, prettier
2022-02-17 21:46:05 -08:00

9 lines
167 B
JSON

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