Skip to content

Commit

Permalink
fix(md5-js): remove unnecessary exclude from tsconfig (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 6, 2022
1 parent 1a3bd8c commit 6f50571
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/md5-js/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"outDir": "dist-cjs",
"rootDir": "src"
},
"exclude": ["./build/**"],
"include": ["src/"],
"extends": "../../tsconfig.cjs.json"
}

0 comments on commit 6f50571

Please sign in to comment.