mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
96ff08406c
mostly working, feeling like vuepress should still be considered
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["./docs/.vitepress/**/*"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": "."
|
|
}
|
|
}
|