@blendsdk/dtscopy

A simple utility to copy TypeScript definition files from one location to another.

Usage no npm install needed!

<script type="module">
  import blendsdkDtscopy from 'https://cdn.skypack.dev/@blendsdk/dtscopy';
</script>

README

DtsCopy

This utility copies TypeScript declaration files from one folder to another, preserving the folder structure.

Download & Installation

$ npm install --save-dev @blendsdk/dtscopy

Usage from package.json

  "scripts": {
    "dstcopy": "./node_modules/.bin/dtscopy -s ./build -d ./dist"
  },

License<

This project is licensed under the Apache 2.0 License