Skip to content

Commit fd331c9

Browse files
committed
exclude benchmark from tsconfig
1 parent 8e6379f commit fd331c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"noEmit": false,
77
"outDir": "./dist"
88
},
9-
"exclude": ["node_modules", "dist", "**/*.test.ts"]
9+
"exclude": ["node_modules", "dist", "**/*.test.ts", "benchmark"]
1010
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"types": ["vitest/globals"]
1313
},
1414
"include": ["src/**/*"],
15-
"exclude": ["node_modules", "dist"]
15+
"exclude": ["node_modules", "dist", "benchmark"]
1616
}

0 commit comments

Comments
 (0)