diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json index 87fd14072f..ee353c28dd 100644 --- a/editors/code/tsconfig.json +++ b/editors/code/tsconfig.json @@ -10,8 +10,8 @@ "sourceMap": true, "rootDir": ".", "newLine": "LF", - // These disables some enhancement type checking options - // to update typescript version without any code change. + + // FIXME: https://github.com/rust-lang/rust-analyzer/issues/15253 "exactOptionalPropertyTypes": false }, "exclude": ["node_modules", ".vscode-test"],