We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5ea37a + bc5da4e commit 64fed24Copy full SHA for 64fed24
src/index.ts
@@ -62,6 +62,7 @@ export async function removeTypes(code: string, prettierConfig: PrettierOptions
62
retainLines: true,
63
shouldPrintComment: (comment) => comment !== '___REMOVE_ME___',
64
},
65
+ configFile: false,
66
});
67
68
if (!transformed || !transformed.code) {
0 commit comments