Skip to content

Commit 3a71c73

Browse files
committed
Fixingh lint error
1 parent fecea47 commit 3a71c73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
preset: "ts-jest",
33
testEnvironment: "node",
44
testMatch: ["**/__tests__/**/*.ts", "**/?(*.)+(spec|test).ts"],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"ts-jest": "^29.2.5",
4545
"typescript": "^5.7.3"
4646
},
47+
"type": "module",
4748
"files": [
4849
"dist"
4950
]

0 commit comments

Comments
 (0)