Skip to content

Commit

Permalink
Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 7, 2024
1 parent 4d655b0 commit c2a0ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"noEmit": true,
"allowJs": true,
"target": "ESNext",
"module": "commonjs",
"moduleResolution": "NodeNext",
"module": "node16",
"moduleResolution": "Node16",
"importHelpers": true,
"experimentalDecorators": true,
"noImplicitAny": true,
Expand Down

0 comments on commit c2a0ff6

Please sign in to comment.