diff --git a/tsconfig.build.types.json b/tsconfig.build.types.json index eb0daa6a4..9f141ac1b 100644 --- a/tsconfig.build.types.json +++ b/tsconfig.build.types.json @@ -4,5 +4,6 @@ "declaration": true, "emitDeclarationOnly": true, "noEmit": false - } + }, + "exclude": ["packages/*/index.d.ts"] }