Skip to content

Commit 785a33d

Browse files
committed
Auto merge of rust-lang#15254 - tetsuharuohzeki:add-fixme-exactOptionalPropertyTypes, r=lnicola
editor/code: Add FIXME comments for TS' `--exactOptionalPropertyTypes` option This add the FIXME comment for rust-lang/rust-analyzer#15253
2 parents 6f2e8aa + e54f663 commit 785a33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/code/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"sourceMap": true,
1111
"rootDir": ".",
1212
"newLine": "LF",
13-
// These disables some enhancement type checking options
14-
// to update typescript version without any code change.
13+
14+
// FIXME: https://github.com/rust-lang/rust-analyzer/issues/15253
1515
"exactOptionalPropertyTypes": false
1616
},
1717
"exclude": ["node_modules", ".vscode-test"],

0 commit comments

Comments
 (0)