Skip to content

Commit ee657a0

Browse files
committed
Remove extra exclude from tsconfig.build.json
1 parent 6d992e7 commit ee657a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
},
1212
"files": ["src/index.ts"],
1313
"include": ["src/**/*"],
14-
"exclude": ["**/*.test.ts", "tsup.config.ts"]
14+
"exclude": ["**/*.test.ts"]
1515
}

0 commit comments

Comments
 (0)