Skip to content

Commit

Permalink
tsc: -deprecated skipdefaultlibcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-zhening-luo committed Jun 22, 2024
1 parent b52eac9 commit 48e1a3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"allowUnusedLabels": false, /* Disable error reporting for unused labels. */
"allowUnreachableCode": false, /* Disable error reporting for unreachable code. */
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
},
}

0 comments on commit 48e1a3c

Please sign in to comment.