Skip to content

Commit

Permalink
test: use TS config to enforce es module output
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Mar 20, 2024
1 parent 9b3bd55 commit cb431b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tsconfig-node.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"outDir": ".",
"rootDir": ".",
"types": ["node"],
Expand Down

0 comments on commit cb431b3

Please sign in to comment.