Skip to content

Commit

Permalink
chore: update test tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 5, 2023
1 parent 0a39f07 commit 8f42f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./**/*.ts"],
"compilerOptions": {
"skipLibCheck": true,
"module": "ES2020",
"module": "Node16",
"moduleResolution": "node16"
}
}

0 comments on commit 8f42f2d

Please sign in to comment.