We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--exactOptionalPropertyTypes
1 parent 6f2e8aa commit e54f663Copy full SHA for e54f663
editors/code/tsconfig.json
@@ -10,8 +10,8 @@
10
"sourceMap": true,
11
"rootDir": ".",
12
"newLine": "LF",
13
- // These disables some enhancement type checking options
14
- // to update typescript version without any code change.
+
+ // FIXME: https://github.com/rust-lang/rust-analyzer/issues/15253
15
"exactOptionalPropertyTypes": false
16
},
17
"exclude": ["node_modules", ".vscode-test"],
0 commit comments