diff --git a/src/printValidator.ts b/src/printValidator.ts index cd3617b..adbb83d 100644 --- a/src/printValidator.ts +++ b/src/printValidator.ts @@ -50,9 +50,6 @@ export function printSingleTypeValidator( tsConfig: any, options: Ajv.Options = {}, ) { - if (isNamedExport !== false) { - throw new Error('temp'); - } return [ t.TSLINT_DISABLE, t.GENERATED_COMMENT,