We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm trying to use tsify to generate a declaration file. Given the documentation at ts-compiler, I would expect this to work in the gruntfile:
options: { preBundleCB: function (bundle) { bundle.plugin('tsify', { target: 'ES5', module: 'commonjs', declaration:true }); },
Compilation works fine, but the declaration file is never produced.