Skip to content

Commit e248a69

Browse files
committed
chore: update tsconfig
1 parent 9fd68e4 commit e248a69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.build.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"src/**/*.test.ts",
77
"src/**/*.test.tsx",
88
"src/**/*.test-d.ts",
9-
"src/**/*.test-d.tsx"
9+
"src/**/*.test-d.tsx",
10+
"src/**/*.bench.ts",
11+
"src/**/*.bench.tsx"
1012
],
1113
"compilerOptions": {
1214
"declaration": true,

0 commit comments

Comments
 (0)