UNPKG
vue-box-overflow
Version:
latest (0.0.1)
0.0.1
Headless UI for automatically collapsing boxes when overflow in Vue.
vue-box-overflow
/
tsconfig.json
10 lines
(9 loc)
•
174 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"jsx"
:
"preserve"
,
"lib"
:
[
"dom"
]
,
"baseUrl"
:
"."
}
,
"include"
:
[
"src/**/*"
,
"vite.config.ts"
]
}