mirror of
https://github.com/videojs/video.js.git
synced 2025-01-08 07:00:10 +02:00
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"include": ["src/js/**/*"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist/types",
|
|
"declarationMap": true,
|
|
"skipLibCheck": true,
|
|
"checkJs": false,
|
|
"preserveWatchOutput": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
} |