@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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @webcarrot/copy-declaration-ts

      Weekly Downloads

      1

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      4.14 kB

      Total Files

      5

      Last publish

      Collaborators

      • webcarrot