node-sdk icon indicating copy to clipboard operation
node-sdk copied to clipboard

Package should not include both `*.d.ts` files and `*.ts` files

Open bwateratmsft opened this issue 4 years ago • 0 comments

The package includes both *.d.ts files and *.ts files. It should only include the *.d.ts files. Having the *.ts files causes tsc to get upset that not all TS files are within the root directory.

image

Here's an example of the error you might see: image

bwateratmsft avatar Jul 22 '21 13:07 bwateratmsft