Re-enable noImplicitAny and explictly "any-ize" plugins

This is still kind of terrible, but better than slapping it across the entire codebase.
This commit is contained in:
Marks Polakovs 2020-04-20 14:53:17 +02:00
parent 7010ad70b3
commit 1203d90328
2 changed files with 3 additions and 1 deletions

3
src/wavesurfer-plugins.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
declare module "wavesurfer.js/dist/plugin/wavesurfer.cursor.min.js";
declare module "wavesurfer.js/dist/plugin/wavesurfer.regions.min.js";

View file

@ -18,7 +18,6 @@
"isolatedModules": true, "isolatedModules": true,
"noEmit": true, "noEmit": true,
"jsx": "react", "jsx": "react",
"noImplicitAny": false
}, },
"include": [ "include": [
"src" "src"