diff --git a/tsconfig.json b/tsconfig.json index f635de8..ad5c8b8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -88,5 +88,6 @@ /* Completeness */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ // "skipLibCheck": true /* Skip type checking all .d.ts files. */ - } + }, + "exclude": ["tests", "dist"] }