motiejunas
motiejunas
Same for me with @cloudflare/[email protected] The native `Request` interface is picked up by VSCode. tsconfig.json: ``` ... "types": ["@cloudflare/workers-types"] ... ```
Resolved this by adding `es2020` to `lib` in tsconfig.json. ``` ... "lib": ["es2020"] ... ```
This one would be highly appreciated.
For me as well... (macOS High Sierra 10.13)
Please merge. Currently it is not possible to install the package without --force flag on Angular v14.
Will this be investigated?
Is there any plans on implementing this?