Skip to content

Commit

Permalink
remove redundant options
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Nov 29, 2024
1 parent 5e62a7d commit bf568d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tested/languages/typescript/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,9 @@ def compilation(self, files: list[str]) -> CallbackResult:
"--target",
"esnext",
"--module",
"nodenext",
"--allowJs",
"esnext",
"--allowImportingTsExtensions",
"--noEmit",
"--esModuleInterop",
"--typeRoots",
f"{path_to_modules}/@types",
str(main_file.name),
Expand Down

0 comments on commit bf568d8

Please sign in to comment.