Skip to content

Commit 4fca17a

Browse files
authored
Merge branch 'main' into dependabot/github_actions/qltysh/qlty-action-a2277a908db90c4c868832fb9204521fb940fdb4
2 parents c9c36c1 + dda14f4 commit 4fca17a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.base.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818

1919
// Strictness
2020
"strict": true,
21+
"forceConsistentCasingInFileNames": true,
2122
"noImplicitAny": true,
2223
"noImplicitThis": true,
2324
"noUnusedLocals": true,
2425
"noUnusedParameters": true,
2526
"noImplicitOverride": true,
2627
"noFallthroughCasesInSwitch": true,
28+
"skipLibCheck": true,
2729
"useUnknownInCatchVariables": false,
2830
"strictPropertyInitialization": false
2931
}

0 commit comments

Comments
 (0)