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