Closed
Description
I'm writing a typescript library for use with other typescript projects. Running ts-loader I got a .d.ts file (in the wrong directory, but that's already a tracked issue).
This .d.ts file contained import statements to import classes from local library files (these would not be shipped) instead of the actual class declarations I needed.
I found a npm plugin that fixes this: https://www.npmjs.com/package/declaration-bundler-webpack-plugin. This plugin has a bug due to a webpack change, but I have pasted a fixed version here: http://pastebin.com/ypqed086
I think that should be the default declarations file behavior.
Metadata
Metadata
Assignees
Labels
No labels