You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 understand
tsc
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.The text was updated successfully, but these errors were encountered: