Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/tsconfig.json')
| -rw-r--r-- | editors/code/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json index 3f887a41b3..12d31f0bee 100644 --- a/editors/code/tsconfig.json +++ b/editors/code/tsconfig.json @@ -14,8 +14,7 @@ // to update typescript version without any code change. "useUnknownInCatchVariables": false, "exactOptionalPropertyTypes": false, - "noPropertyAccessFromIndexSignature": false, - "noUncheckedIndexedAccess": false + "noPropertyAccessFromIndexSignature": false }, "exclude": ["node_modules", ".vscode-test"], "include": ["src", "tests"] |