diff --git a/eng/tools/eslint-plugin-tsv/tsconfig.json b/eng/tools/eslint-plugin-tsv/tsconfig.json index ec6d6640928a..e97151ec5285 100644 --- a/eng/tools/eslint-plugin-tsv/tsconfig.json +++ b/eng/tools/eslint-plugin-tsv/tsconfig.json @@ -1,6 +1,11 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "./dist", - } + "outDir": "./dist" + }, + "exclude": [ + "node_modules", + "dist", + "vitest.config.ts" + ] }