diff --git a/tsconfig.json b/tsconfig.json index 001cbb3..752a0f2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -99,5 +99,8 @@ /* Completeness */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ - } + }, + "exclude": [ + "node_modules" + ] }