Skip to content

Commit

Permalink
fix(type-check): no longer overwrite module tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jul 10, 2023
1 parent 7a07f85 commit f63e8f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-plants-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marko/type-check": patch
---

No longer overwrite the module or moduleResultion tsconfig options.
2 changes: 0 additions & 2 deletions packages/type-check/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ const extractCache = new WeakMap<
ReturnType<Processors.Processor["extract"]>
>();
const requiredTSCompilerOptions: ts.CompilerOptions = {
module: ts.ModuleKind.ESNext,
moduleResolution: ts.ModuleResolutionKind.Bundler,
allowJs: true,
declaration: true,
skipLibCheck: true,
Expand Down

0 comments on commit f63e8f7

Please sign in to comment.