Skip to content

Commit

Permalink
skip typescript lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Jul 23, 2023
1 parent 7708f32 commit cec60e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "commonjs",
"target": "ES2017",
"noEmit": true,
"skipLibCheck": true,
"strict": true /* Enable all strict type-checking options. */,
"noUnusedLocals": true /* Report errors on unused locals. */,
"noUnusedParameters": true /* Report errors on unused parameters. */,
Expand Down

0 comments on commit cec60e6

Please sign in to comment.