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 d108400 commit 74af153Copy full SHA for 74af153
devops/tsconfig/index.js
@@ -28,6 +28,7 @@ const tsConfigBase = {
28
baseUrl: '.',
29
incremental: true,
30
skipLibCheck: true,
31
+ noImplicitOverride: true,
32
/* Bundler mode */
33
moduleResolution: 'bundler',
34
allowImportingTsExtensions: true,
tsconfig.json
@@ -20,6 +20,7 @@ DON'T EDIT THIS FILE DIRECTLY. It is generated by /devops/tsconfig/index.js
20
"baseUrl": ".",
21
"incremental": true,
22
"skipLibCheck": true,
23
+ "noImplicitOverride": true,
24
"moduleResolution": "bundler",
25
"allowImportingTsExtensions": true,
26
"resolveJsonModule": true,
0 commit comments