@jxstjh/jhvideo
Version:
HTML5 jhvideo base on MPEG2-TS Stream Player
30 lines (29 loc) • 693 B
JSON
{
"compilerOptions": {
"outDir": "./dist/",
"rootDir": ".",
"allowJs": true,
"sourceMap": true,
"module": "es6",
"target": "es5",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationDir": "./d.ts/",
"moduleResolution": "node",
"skipLibCheck": true,
"lib": [
"dom",
"es5",
"es2015.promise",
"es2015.collection"
]
},
"include": [
"./src/**/*",
// "types/index.d.ts"
],
"exclude": [
"src/**/*.worklet.js"
]
}