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
This commit is contained in:
bors 2023-07-10 14:40:47 +00:00
commit 785a33d3e1

View file

@ -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"],