Skip to content

Commit 2c774be

Browse files
author
Ben Grynhaus
committed
Added skipLibCheck: true to root tsconfig.json.
`office-ui-fabric-react` sometimes has mismatching types that cause issues at compile time that we can't fix.
1 parent 8c61c52 commit 2c774be

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
@@ -10,6 +10,7 @@
1010
"typeRoots": ["node_modules/@types"],
1111
"lib": ["es2017", "dom"],
1212
"baseUrl": ".",
13+
"skipLibCheck": true,
1314
"paths": {
1415
"@angular-react/*": ["libs/*"],
1516
"@angular-react/core": ["libs/core/src/index.ts"],

0 commit comments

Comments
 (0)