Compilation fails with latest version
akshaymb opened this issue · 1 comments
akshaymb commented
Latest version works as expected within javascript files. With typescript the compilation fails with error:
Cannot find module '../types/options.js' or its corresponding type declarations.
I see options.d.ts files defined in types folder. These files are not present in dist folder. As I understandtsc
on compilation do not move *.d.ts files to output folder. (Or I might be doing something wrong). If you can point me to any typescript project that uses latest version, I can find out where I might have misconfigured my project.
- wikibase-sdk version: 9.0.3
- Environment: Node 14