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

Commit

Permalink
Enable tsc's 'skipLibCheck' option to avoid the compile error with of…
Browse files Browse the repository at this point in the history
…fice-ui-fabric-react
  • Loading branch information
tetsuharuohzeki committed Oct 13, 2016
1 parent 5db2159 commit c2855f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"pretty": true,
"preserveConstEnums": true,
"removeComments": false,
"skipLibCheck": true, // Avoid the compile error with office-ui-fabric-react
"sourceMap": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": false,
Expand Down

0 comments on commit c2855f5

Please sign in to comment.