mirror of
https://github.com/video-dev/hls.js.git
synced 2026-05-17 13:30:38 +00:00
20 lines
402 B
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/**/*"
|
|
]
|
|
}
|