diff --git a/tsconfig.build.json b/tsconfig.build.json index f324ace..5a2dd2e 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,7 +1,4 @@ { "extends": "./tsconfig", - "exclude": [ - "example", - "website" - ] -} \ No newline at end of file + "exclude": ["example", "website", "jest.config.ts"] +}