Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Mar 13, 2024
1 parent 9fd68e4 commit e248a69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"src/**/*.test.ts",
"src/**/*.test.tsx",
"src/**/*.test-d.ts",
"src/**/*.test-d.tsx"
"src/**/*.test-d.tsx",
"src/**/*.bench.ts",
"src/**/*.bench.tsx"
],
"compilerOptions": {
"declaration": true,
Expand Down

0 comments on commit e248a69

Please sign in to comment.