UNPKG
jessibuca
Version:
latest (4.0.0)
4.0.0
a h5 live stream player
github.com/langhuihui/jessibuca
langhuihui/jessibuca
jessibuca
/
packages
/
ui
/
tsconfig.node.json
13 lines
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"composite"
:
true
,
"skipLibCheck"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
,
"jsx"
:
"preserve"
,
"jsxImportSource"
:
"vue"
,
"strict"
:
true
}
,
"include"
:
[
"vite.config.ts"
]
}