UNPKG
jessibuca
Version:
latest (4.0.0)
4.0.0
a h5 live stream player
github.com/langhuihui/jessibuca
langhuihui/jessibuca
jessibuca
/
packages
/
renderer
/
tsconfig.json
13 lines
•
201 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"include"
: [
"src/**/*.ts"
],
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:{
"outDir"
:
"dist"
,
"typeRoots"
: [
"./node_modules/
@types
"
,
"../../types"
] } }