timofeysie / khipu

Electron PWA starter
MIT License
4 stars 1 forks source link

tsLib "syntax requires an imported helper named '__spreadArray'" after upgrading VSCode #49

Closed timofeysie closed 3 years ago

timofeysie commented 3 years ago

This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'.ts(2343)

Not specifically code related, it still compiles but doesn't look good seeing a red filename and error section all the time.

timofeysie commented 3 years ago

New VSCode version 1.54.2. I'm not sure what it was before the updated.

npm install --save tslib

This seems to solve the issue.