You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As said on the title, i can't build a personal typescript project using [email protected].
tsc output:
yarn run v1.22.5
$ tsc
node_modules/@vibrant/image/lib/index.d.ts:5:44 - error TS2304: Cannot find name 'HTMLImageElement'.
5 exportdeclaretype ImageSource = string | HTMLImageElement | Buffer;~~~~~~~~~~~~~~~~
Found 1 error.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Hello!
As said on the title, i can't build a personal typescript project using
[email protected]
.tsc
output:tsconfig.json:
The text was updated successfully, but these errors were encountered: