mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Enable noUncheckedSideEffectImports
This catches errors such as: ```ts import 'vs/editor/noSuchFile'; ``` Previously these were unreported
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitOverride": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"allowUnreachableCode": false,
|
||||
"strict": true,
|
||||
"exactOptionalPropertyTypes": false,
|
||||
|
||||
Reference in New Issue
Block a user