Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Fix WeakMap issue from @types/lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Mar 28, 2017
1 parent 633093f commit 934c02a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"compilerOptions": {
// remove skipLibCheck after https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14324 fixed
"skipLibCheck": true,
"module": "commonjs",
"target": "es5",
"noImplicitAny": false,
Expand Down

0 comments on commit 934c02a

Please sign in to comment.