diff --git a/tsconfig.build.json b/tsconfig.build.json index 6c9b816..f585096 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -5,5 +5,5 @@ "outDir": "./build", "rootDir": "./src" }, - "exclude": ["node_modules", "**/__mocks__", "**/__tests__", "build"] + "exclude": ["node_modules", "**/__mocks__", "**/__tests__", "build", "coverage"] } diff --git a/tsconfig.json b/tsconfig.json index 6812a59..09c34d2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,5 +5,5 @@ "composite": true, "noEmit": true }, - "exclude": ["build"] + "exclude": ["build", "coverage"] }