Skip to content

Commit 74af153

Browse files
committed
enforce override
1 parent d108400 commit 74af153

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

devops/tsconfig/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const tsConfigBase = {
2828
baseUrl: '.',
2929
incremental: true,
3030
skipLibCheck: true,
31+
noImplicitOverride: true,
3132
/* Bundler mode */
3233
moduleResolution: 'bundler',
3334
allowImportingTsExtensions: true,

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ DON'T EDIT THIS FILE DIRECTLY. It is generated by /devops/tsconfig/index.js
2020
"baseUrl": ".",
2121
"incremental": true,
2222
"skipLibCheck": true,
23+
"noImplicitOverride": true,
2324
"moduleResolution": "bundler",
2425
"allowImportingTsExtensions": true,
2526
"resolveJsonModule": true,

0 commit comments

Comments
 (0)