4Players/odin-sdk-web

When used as SDK installed via npm, `tslib` should be listed as dependency instead of devDependency

mark-night opened this issue · 0 comments

I keep getting error of unable to resolve tslib.
Turns out, it's listed as devDependency, so it's not automatically installed when installing @4players/odin. I had to install tslib to fix, although my project doesn't directly use tslib at all.