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:
parent
7010ad70b3
commit
1203d90328
2 changed files with 3 additions and 1 deletions
3
src/wavesurfer-plugins.d.ts
vendored
Normal file
3
src/wavesurfer-plugins.d.ts
vendored
Normal 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";
|
|
@ -18,7 +18,6 @@
|
|||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react",
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
|
|
Loading…
Reference in a new issue