editor/code: Add FIXME comments for TS' --exactOptionalPropertyTypes option

This commit is contained in:
Tetsuharu Ohzeki 2023-07-10 23:27:49 +09:00
parent 6f2e8aaba6
commit e54f6636b6

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