Skip to content

Commit 96c8357

Browse files
authored
Move ts-jest to dev dependencies (#96)
1 parent 5485bc8 commit 96c8357

File tree

3 files changed

+283
-11
lines changed

3 files changed

+283
-11
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ const ckjsSpecificJestSettings = {
3636
};
3737

3838
module.exports = ts.config(
39+
{
40+
ignores: ["**/dist/"]
41+
},
3942
{
4043
...js.configs.recommended,
4144
files: ["lib/**/*.js", "test/promisified/**/*.js"],

0 commit comments

Comments
 (0)