diff --git a/tsconfig.build.json b/tsconfig.build.json index 711f8f8..743b01b 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -5,6 +5,7 @@ "declaration": true, "declarationDir": "dist/types", "emitDeclarationOnly": true, + "noEmit": false, "stripInternal": true, "composite": false }