mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-13 00:17:15 +00:00
editor/code: Add FIXME comments for TS' --exactOptionalPropertyTypes
option
This commit is contained in:
parent
6f2e8aaba6
commit
e54f6636b6
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