Skip to content

Commit

Permalink
Revert "Use NodeNext"
Browse files Browse the repository at this point in the history
This reverts commit 5be5c5c.
  • Loading branch information
FreePhoenix888 committed Dec 16, 2023
1 parent cca8c25 commit 79ae99b
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 @@ -21,8 +21,8 @@
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"incremental": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"moduleResolution": "node",
"jsx": "preserve",

"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 79ae99b

Please sign in to comment.