We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2286b07 commit 9f3b702Copy full SHA for 9f3b702
tsconfig.json
@@ -13,6 +13,7 @@
13
// Strictness.
14
"strict": true,
15
"noUncheckedIndexedAccess": true,
16
+ "noImplicitOverride": true,
17
// Building a library.
18
"declaration": true,
19
// Transpiling with a bundler.
0 commit comments