diff --git a/tsconfig.json b/tsconfig.json index 532844a7a..beeee3f6e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -95,6 +95,6 @@ /* Completeness */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ - "skipLibCheck": true /* Skip type checking all .d.ts files. */ - } + "skipLibCheck": true /* Skip type checking all .d.ts files. */, + }, }