Skip to content

Commit

Permalink
remove preserve
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Dec 29, 2024
1 parent 68c6bd9 commit 55accda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ts/src/tsc/compilerOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export function getModule(module?: string): ts.ModuleKind {
return ts.ModuleKind.Node16;
case "nodenext":
return ts.ModuleKind.NodeNext;
case "preserve":
return ts.ModuleKind.Preserve;
default:
return ts.ModuleKind.CommonJS;
}
Expand Down

0 comments on commit 55accda

Please sign in to comment.