Skip to content

Commit 14a418a

Browse files
committed
feat(update): minor changes
1 parent 7cd0839 commit 14a418a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jest.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ const config = {
99
testPathIgnorePatterns: ["/.idea/", "/node_modules/", "/example/", "/dist/"],
1010
};
1111

12+
// eslint-disable-next-line no-undef
1213
module.exports = config;

tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"noUncheckedSideEffectImports": true,
2222
"allowJs": true
2323
},
24-
"include": ["*.config.js", "*.config.ts"]
24+
"include": ["*.config.cjs", "*.config.js", "*.config.ts"]
2525
}

0 commit comments

Comments
 (0)