Skip to content

Commit

Permalink
remove tsconfig skip lib check flag (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubikowski authored Oct 31, 2022
1 parent 6f7180c commit b25560b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"baseUrl": "./",
"outDir": "./dist",
"declaration": true,
"moduleResolution": "node",
"skipLibCheck": true,
"isolatedModules": true,
"moduleResolution": "node",
"module": "esnext",
"target": "esnext",
"lib": [
Expand Down

0 comments on commit b25560b

Please sign in to comment.