2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-23 03:54:04 +03:00
Files
vue-select/jsconfig.json
T
2022-07-17 13:06:08 -07:00

11 lines
215 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@tests/*": ["tests/*"]
}
},
"exclude": ["node_modules", "dist", "coverage", "docs"]
}