Fix building with new vtt types

This commit is contained in:
Johannes Loher 2021-08-19 04:01:55 +02:00
parent 6d5e3b949a
commit 15c74e995a
3 changed files with 15 additions and 9 deletions

View file

@ -49,6 +49,7 @@
"test:watch": "jest --watch",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit",
"format": "prettier --write \"./**/*.(ts|js|json|scss)\"",
"typecheck": "tsc --noEmit",
"postinstall": "husky install"
},
"devDependencies": {