Skip to content

Commit

Permalink
Merge pull request #4 from ember-cli/config-file
Browse files Browse the repository at this point in the history
avoid clashing with local babel config file
  • Loading branch information
mansona authored Sep 27, 2024
2 parents a5ea37a + bc5da4e commit 64fed24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export async function removeTypes(code: string, prettierConfig: PrettierOptions
retainLines: true,
shouldPrintComment: (comment) => comment !== '___REMOVE_ME___',
},
configFile: false,
});

if (!transformed || !transformed.code) {
Expand Down

0 comments on commit 64fed24

Please sign in to comment.