diff --git a/tsconfig.json b/tsconfig.json index 9209c28..b53dbe1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -102,5 +102,7 @@ /* Completeness */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ - } + }, + + "exclude": ["build/", "__mocks__/", "node_modules/"], }