Skip to content

Commit 64fed24

Browse files
authored
Merge pull request #4 from ember-cli/config-file
avoid clashing with local babel config file
2 parents a5ea37a + bc5da4e commit 64fed24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export async function removeTypes(code: string, prettierConfig: PrettierOptions
6262
retainLines: true,
6363
shouldPrintComment: (comment) => comment !== '___REMOVE_ME___',
6464
},
65+
configFile: false,
6566
});
6667

6768
if (!transformed || !transformed.code) {

0 commit comments

Comments
 (0)