area-51/lib/video.js-main/tsconfig.json

14 lines
317 B
JSON
Raw Permalink Normal View History

2025-01-30 04:21:55 +01:00
{
"include": ["src/js/**/*"],
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist/types",
"declarationMap": true,
"skipLibCheck": true,
"checkJs": false,
"preserveWatchOutput": true
}
}