Skip to content

Commit f011782

Browse files
committed
tsconfig: Remove skipLibCheck (tsc perf boost not needed for sharedb's small dep size) and removeComments (already defaults to false)
1 parent a4afeec commit f011782

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
],
1010
"strict": true,
1111
"esModuleInterop": false,
12-
"skipLibCheck": true,
1312
"forceConsistentCasingInFileNames": true,
1413
"ignoreDeprecations": "6.0",
1514
"noImplicitAny": false,
1615
"noImplicitThis": false,
17-
"removeComments": false,
1816
// Disable specific strict checks until the codebase is more properly typed
1917
"strictNullChecks": false,
2018
"useUnknownInCatchVariables": false,

0 commit comments

Comments
 (0)