Skip to content

Commit

Permalink
fix: ensure default compiler config set
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jul 18, 2023
1 parent 429a03a commit 334c9f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/language-tools/src/util/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ export function setDefaultCompilerMeta(
translator,
},
};

compiler.configure(defaultMeta.config);
}

function getMeta(dir?: string): Meta {
Expand Down

0 comments on commit 334c9f5

Please sign in to comment.