diff --git a/common/tsconfig.json b/common/tsconfig.json index ac14e8e..1da33eb 100644 --- a/common/tsconfig.json +++ b/common/tsconfig.json @@ -72,6 +72,9 @@ "stripInternal": true }, "exclude": [ - "src/**/*.spec.ts" + "src/**/*.spec.ts", + "esm/**/*", + "cjs/**/*", + "node_modules/**/*" ] }