Skip to content

Commit

Permalink
chore: skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jul 13, 2020
1 parent 371f3df commit 4db5bc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declarationDir": "typings"
"declarationDir": "typings",
"skipLibCheck": true,
},
"include": [
"./custom.d.ts",
"src/index.ts"
]
}
}

0 comments on commit 4db5bc4

Please sign in to comment.