@blendsdk/dtscopy
v1.0.3
Published
A simple utility to copy TypeScript definition files from one location to another.
Downloads
7
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