Skip to content

Commit

Permalink
[tsconfig.json] Replace excludes with includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed Jan 6, 2025
1 parent cb8d4f5 commit 28a6aff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions eng/tools/eslint-plugin-tsv/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"compilerOptions": {
"outDir": "./dist"
},
"exclude": [
"node_modules",
"dist",
"vitest.config.ts"
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}

0 comments on commit 28a6aff

Please sign in to comment.