Unnamed repository; edit this file 'description' to name the repository.
editor/code: Add FIXME comments for TS' `--exactOptionalPropertyTypes` option
Tetsuharu Ohzeki 2023-07-10
parent 6f2e8aa · commit e54f663
-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"],