Missing tsconfig option
Not sure, why I can not open a PR here.
Anyway, I stubled across a small bug that occurs when the nodes dir contains only one file and the credentials is empty. This is the case for alternative custom nodes using the same creds as the "normal" version.
"rootDir": "./", is needed to preserve the directory structure when building.
Related: https://github.com/Microsoft/TypeScript/issues/5134#issuecomment-277774061
I also recommend adding a "release": "npm run build && npm publish" script
Thanks for the info, @quansenB. I added the rootDir item to the compilerOptions element and it maintained the structure, as you describe.
Are you trying to open the PR here from a fork or from this repo directly? The latter should work fine.