Init videojs v10 implementation

This commit is contained in:
2026-05-24 16:32:26 +02:00
parent 23bb83279e
commit 22c41331f9
6 changed files with 585 additions and 3 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"lib": ["esnext"],
"lib": ["esnext", "dom"],
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"noEmit": false,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,