node-sdk
node-sdk copied to clipboard
Package should not include both `*.d.ts` files and `*.ts` files
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.

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