Skip to content

Commit

Permalink
typings_tests: Switch tsconfig module to node16
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
thgreasi committed Dec 2, 2024
1 parent 616b5fc commit 2c7c1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typing_tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "node16",
"target": "es2017",
"strict": true,
"noEmit": true,
Expand Down

0 comments on commit 2c7c1f3

Please sign in to comment.