mirror of
https://github.com/videojs/video.js.git
synced 2024-11-21 17:46:35 +02:00
781eb436e3
* feat(types): improves quality of typescript definitions * fix: reverts back access modifier for controlText_ * empty commit to force retest * fix(doc): add missing keyboard event type --------- Co-authored-by: mister-ben <git@misterben.me>
14 lines
317 B
JSON
14 lines
317 B
JSON
{
|
|
"include": ["src/js/**/*"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist/types",
|
|
"declarationMap": true,
|
|
"skipLibCheck": true,
|
|
"checkJs": false,
|
|
"preserveWatchOutput": true
|
|
}
|
|
} |