mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"include": ["src/js/**/*"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist/types",
|
|
"declarationMap": true,
|
|
"skipLibCheck": true,
|
|
"checkJs": false,
|
|
"preserveWatchOutput": true
|
|
}
|
|
} |