Skip to content

Commit 3f3ee1d

Browse files
committed
Exclude 'dist' dir from evals tsconfig
1 parent 61ca6a8 commit 3f3ee1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
{ "path": "../npm-app" },
1919
{ "path": "../packages/integrations" }
2020
],
21-
"exclude": ["test-repos"],
21+
"exclude": ["test-repos", "dist"],
2222
"include": ["**/*.ts"]
2323
}

0 commit comments

Comments
 (0)