@blendsdk/dtscopy
v1.0.3
Published
A simple utility to copy TypeScript definition files from one location to another.
Downloads
27
Readme
DtsCopy
This utility copies TypeScript declaration files from one folder to another, preserving the folder structure.
Download & Installation
$ npm install --save-dev @blendsdk/dtscopyUsage from package.json
"scripts": {
"dstcopy": "./node_modules/.bin/dtscopy -s ./build -d ./dist"
},License<
This project is licensed under the Apache 2.0 License
