Skip to content

Commit 90476b8

Browse files
committed
style(types): re-enable skipLibCheck in tsconfig
It's not possible to untangle node and react-native types unfortunately, they clash. It is a known issue and apparently intractable, and new typescript projects have skipLibCheck on so we acquiesce Related #4306
1 parent a1d5b53 commit 90476b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"noImplicitReturns": true,
1515
"noFallthroughCasesInSwitch": true,
1616
"moduleResolution": "node",
17-
"skipLibCheck": false,
17+
"skipLibCheck": true,
1818
"experimentalDecorators": true,
1919
"emitDecoratorMetadata": true,
2020
"esModuleInterop": true,

0 commit comments

Comments
 (0)