This message was deleted.
# typescript
s
This message was deleted.
b
ok... when I run
npm install <folder>
it does work. if i run
npm install @remote_npm/package
does not. It seems the problem is how i deploy it to npmjs.com
ok... silly me... of course I need to compile... Although I thought I could use pure typescript in lib too
g
You can't use pure TS in an npm package, unfortunately. It always has to be compiled down to some version of Ecmascript.
b
yeah, I've learned it little harder way! Pity, I'm losing lot of functionality this way, example default arguments of functions are not readable anymore 😞 Also debugging is little harder