Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #15254 - tetsuharuohzeki:add-fixme-exactOptionalPropertyTypes, r=lnicola
editor/code: Add FIXME comments for TS' `--exactOptionalPropertyTypes` option This add the FIXME comment for https://github.com/rust-lang/rust-analyzer/issues/15253
bors 2023-07-10
parent 6f2e8aa · parent e54f663 · commit 785a33d
-rw-r--r--editors/code/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
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"],