Skip to content

Commit

Permalink
chore: new exclude dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 3, 2024
1 parent a520142 commit 9f39919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
}
},
"include": ["./*.ts", "ts/**/*.ts", "test/**/*.ts"],
"exclude": ["dist"]
"exclude": ["./test/", "./node_modules/", "./dist/"]
}

0 comments on commit 9f39919

Please sign in to comment.