Skip to content

Commit

Permalink
test: fix running tests (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihkeleidast authored Mar 30, 2023
1 parent 5046733 commit d9cac03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
}
},
"include": ["src"],
"exclude": ["test", "node_modules"]
"exclude": ["test", "node_modules"],
"ts-node": {
"compilerOptions": {
"module": "commonjs"
}
}
}

0 comments on commit d9cac03

Please sign in to comment.