mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
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:
commit
785a33d3e1
1 changed files with 2 additions and 2 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue