Skip to content

Commit

Permalink
revert back to nodenext
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Nov 29, 2024
1 parent bf568d8 commit fc5d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tested/languages/typescript/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def compilation(self, files: list[str]) -> CallbackResult:
"--target",
"esnext",
"--module",
"esnext",
"nodenext",
"--allowImportingTsExtensions",
"--noEmit",
"--typeRoots",
Expand Down

0 comments on commit fc5d159

Please sign in to comment.