diff --git a/tsconfig-check.json b/tsconfig-check.json index d0b0ea0..15c3f6d 100644 --- a/tsconfig-check.json +++ b/tsconfig-check.json @@ -2,6 +2,6 @@ "compilerOptions": { "noEmit": true }, - "exclude": ["example", "client.ts"], + "exclude": ["example", "client.ts", "openapi.ts"], "extends": "./tsconfig.json" }