sindresorhus / screenfull

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API
https://sindresorhus.com/screenfull
MIT License
7.08k stars 698 forks source link

ERROR in node_modules/screenfull/dist/screenfull.d.ts(1,1): error TS1084: Invalid 'reference' directive syntax #192

Closed Farhansarim closed 3 years ago

Farhansarim commented 3 years ago

I'm using screeenful package in my project & facing this issue. I have tried different typescript versions. Now I'm using typescript ver 2.7.2 angular 6.0.3 screenfull 4.1.0 But still facing issue. Your help is highly appreciated.

sindresorhus commented 3 years ago

v6 no longer has the reference directive.

Farhansarim commented 3 years ago

v6 no longer has the reference directive.

So what's the solution to resolve this error?