dzintars / front

Test setup (Don't use!) Dev server URL available while i'm developing.
https://front.oswee.dev
1 stars 1 forks source link

This syntax requires an imported helper but module 'tslib' cannot be found. #92

Open dzintars opened 4 years ago

dzintars commented 4 years ago

When opening project in VIM i got this error when using @property({ type: String }) pathname: string

dzintars commented 4 years ago

Turns out a simple npm i tslib@latest resolved this issue.

dzintars commented 4 years ago

It solves this issue by installing node_modules into the project which is not what i want.