As said on the title, i can't build a personal typescript project using node-vibrant@3.2.1-alpha.1.
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 export declare type 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
node-vibrant@3.2.1-alpha.1
.tsc
output:tsconfig.json: