SonarJS
SonarJS copied to clipboard
Analyse TS files without tsconfig
In some contexts (ie SonarLint) we don't have tsconfig
file of project. However, we could still analyze the file. This is already done for JS files and we rely on default project created by @typescript-eslint/parser
Hey @saberduck !
Can you please clarify the requirement here? Does a tsconfig.json file have to exist in order for the TS files to be analyzed?
We've decided not to implement this, because having tsconfig file is requirement for any TS project, so the use case of this change is limited only to some toy examples and not relevant for majority of users.