I am trying to use a nodejs package which I created, can someone point out what am I doing wrong.
here is how the package structure looks like:
node_
You did not indicate in your package.json that your my_commons package has typings in it:
my_commons
// my_commons package.json { "typings": "dist/src/index.d.ts" }