Skip to content

Commit 6f50571

Browse files
authored
fix(md5-js): remove unnecessary exclude from tsconfig (#3158)
1 parent 1a3bd8c commit 6f50571

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/md5-js/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"outDir": "dist-cjs",
55
"rootDir": "src"
66
},
7-
"exclude": ["./build/**"],
87
"include": ["src/"],
98
"extends": "../../tsconfig.cjs.json"
109
}

0 commit comments

Comments
 (0)