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
See #48 for a discussion about this. It's likely that generating .d.ts files for each module isn't really want you're wanting (then again, maybe it is 😁)
Hi,
I'm looking for a way to generate declaration files from my typescript project.
Unfortunately, I had no luck!
Basically nothing happens.
No
*.d.ts
file generated.I'm using webpack with ts-loader and I set
compilerOptions.declaration = true
in my tsconfig.jsonI am using:
[email protected]
[email protected]
typescript@next
The text was updated successfully, but these errors were encountered: