Typescript Compile Errors
When adding .json files to the include param of tsconfig, the typescript module stops working. It might be that it's because one of the json files is 35mb+?
When the above action is taken, the typescript compile all or compile tsconfig has no effect. Webstorm thinks for 0.5s and says "No Errors". When I remove the 'src/**/*.json' from the include clause, it starts working again. Any ideas?

请先登录再写评论。
Must be a problem with tsserver. Please enable debug logging for
#com.intellij.lang.javascript.service.JSLanguageServiceQueue:trace(Help | Debug log settings), recreate the issue and provide the idea.log.* files