How to avoid certain Typescript files from being scanned

If every TypeScript file is now scanned even if it’s not specified in tsconfig, how I’m supposed to avoid a TypeScript file being scanned?

Hey there @LucGranato

Welcome to the Community!

To exclude certain files from analysis, we suggest you read the documentation on Narrowing the Scope (see Analysis Scope if SonarCloud is more relevant to your question).

sonar.exclusions will be what you should focus on.