@webcarrot/copy-declaration-ts

1.0.0 • Public • Published

@webcarrot/copy-declaration-ts

Copy *.d.ts files from source directory into build/dist directory

Instalation

Global:

npm i -g @webcarrot/copy-declaration-ts

or local:

npm i --save-dev @webcarrot/copy-declaration-ts

Usage

Global installation usage:

copy-declaration-ts ./src ./dist/foo

Local installation usage:

In package.json:

{
  "scripts": {
    "build": "tsc && copy-declaration-ts ./src ./dit/foo"
  },
  "devDependencies": {
    "@webcarrot/copy-declaration-ts": "^1.0.0"
  }
}

and then:

npm run build

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i @webcarrot/copy-declaration-ts

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.14 kB

Total Files

5

Last publish

Collaborators

  • webcarrot