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

Commit c2855f5

Browse files
Enable tsc's 'skipLibCheck' option to avoid the compile error with office-ui-fabric-react
1 parent 5db2159 commit c2855f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"pretty": true,
2828
"preserveConstEnums": true,
2929
"removeComments": false,
30+
"skipLibCheck": true, // Avoid the compile error with office-ui-fabric-react
3031
"sourceMap": true,
3132
"strictNullChecks": true,
3233
"suppressImplicitAnyIndexErrors": false,

0 commit comments

Comments
 (0)