Skip to content

Commit

Permalink
Cleaned up code.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Nov 20, 2024
1 parent f083c60 commit 6f4ee94
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tested/languages/typescript/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,6 @@ def compilation(self, files: list[str], directory: Path) -> CallbackResult:

if main_file:

config_file = {
"extends": str(Path(__file__).parent / "tsconfig.json"),
"include": [f"{main_file[0]}"],
}
with open(str(directory / "tsconfig-sub.json"), "w") as file:
file.write(json.dumps(config_file, indent=4))

path_to_modules = os.environ['NODE_PATH']
return (
[
Expand Down

0 comments on commit 6f4ee94

Please sign in to comment.