Project-Wide Analysis: how to keep it from analyzing node_modules folder

已回答

IntelliJ Ultimate 2023.2
The IDE randomly analyze some files inside node_modules folder and throw out errors. How do I make that folder to be ignored by the analysis mechanism.

0

Unfortunately no. My project uses jsconfig.json and I also create tsconfig.json and add 

"skipLibCheck": true

to both files but it does not work. You can see in the attached YouTrack issue and the related StackOverflow topic, this is not a one-size-fits-all solution. Some applied it and worked, some did not.

 

0

请先登录再写评论。