Files
hls.js/tsconfig.json

20 lines
402 B
JSON

{
"extends": "./tsconfig-lib.json",
"compilerOptions": {
"allowJs": true,
"emitDeclarationOnly": false
},
"include": [
"src/**/*",
"tests/**/*",
"demo/**/*",
/* needed for eslint to work for some reason ¯\_()_/¯ */
".eslintrc.js",
"tests/**/.eslintrc.js",
"rollup.config.js",
"build-config.js",
"lint-staged.config.js",
"scripts/**/*"
]
}