diff --git a/tsconfig.json b/tsconfig.json index ddf02ee..aabd87d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,8 @@ "skipLibCheck": true, /* Skip type checking all .d.ts files. */ "declaration": true }, - "exclude": ["tests"] + "exclude": [ + "./tests/**/*", + "./dist/**/*" + ] }