You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One more thing: you explicitly target node 10 (in package.json) yet transpiled code targets some ancient architecture (es5?) making code slower and harder to read (I often read transpiled output while debugging).
Probably you don't want to include .vscode and original ts files in a published package.
I highly recommend using
package.json
'sfiles
instead of.npmignore
.The text was updated successfully, but these errors were encountered: