- install video.js -
npm i [email protected]
- install video.js types (recently updated):
npm i @types/video.js
- Check tsconfig.json -->
"typeRoots"
+"types"
config properties matter!
npm i [email protected]
npm i @types/video.js
"typeRoots"
+ "types"
config properties matter!