@dvmm/bundle-ts-dec-webpack-plugin

0.0.2 • Public • Published

BundleTSDec

npm i --save-dev @dvmm/bundle-ts-dec-webpack-plugin

webpack.config.js

const BundleTSDecPlugin = require('@dvmm/bundle-ts-dec-webpack-plugin');

module.exports = {
    ...
    plugins: [
        ...
        new BundleTSDecPlugin({
            moduleName:'some.path.moduleName',
            out:'./lib/bundle.d.ts',
        })
    ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @dvmm/bundle-ts-dec-webpack-plugin

Weekly Downloads

4

Version

0.0.2

License

MIT

Unpacked Size

3.11 kB

Total Files

3

Last publish

Collaborators

  • alfiegoldson