parcel-plugin-typescript
parcel-plugin-typescript copied to clipboard
Not catching import of type that doesn't exist as an export
I'm not sure if this is a typescript error or due to this plugin but because the project is using 2.7.2 and vscode is using 2.9.2 I'm assuming it's due to the version being lower than in vscode.
The below error is being caught by vscode but when I run parcel with the parcel-plugin-typescript it doesn't catch this error and caused a weird error with a concatenated type as well
