angular / vscode-ng-language-service

Angular extension for Visual Studio Code
MIT License
773 stars 116 forks source link

build: disable lib check when compiling TS #2054

Closed devversion closed 2 months ago

devversion commented 2 months ago

When compiling TS, we can skip checking unused d.ts files of node_modules. Those may fail with errors given potential easy mismatches of types/node and e.g. Chokidar's implementation of fs.Watcher. This is a known popular issue. We don't need to check their types though, and can also speed up compilation.

angular-automatic-lock-bot[bot] commented 1 month ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.