Skip to content

Commit 2df2478

Browse files
committed
build(vite): update config for ranking experiments
1 parent 5d865e5 commit 2df2478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
: [
1818
dts({
1919
include: ["src/**/*"],
20-
exclude: ["src/cli.ts"],
20+
exclude: ["src/cli.ts", "**/*.diagnostic.test.ts"],
2121
outDir: "dist",
2222
}),
2323
],

0 commit comments

Comments
 (0)