Open dzintars opened 4 years ago
When opening project in VIM i got this error when using @property({ type: String }) pathname: string
@property({ type: String }) pathname: string
Turns out a simple npm i tslib@latest resolved this issue.
npm i tslib@latest
It solves this issue by installing node_modules into the project which is not what i want.
node_modules
When opening project in VIM i got this error when using
@property({ type: String }) pathname: string