Closed FauxFaux closed 5 years ago
Hi,
I'm not a TS expert but it works with this minimal config so I'll add it to readme
{
"include": ["./src/**/*"],
"compilerOptions": {
"esModuleInterop": true
}
}
Thanks for creating a repro and using my lib ;)
For my project, and for a minimal
tsconfig.json
, the build fails inside@types/debounce-promise
.Testcase: https://github.com/FauxFaux/testcase-a-d-p
tsconfig.json
I do not understand what
@types/debounce-promise
is doing, so can't really help.