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.
2 parents 6f2e8aa + e54f663 commit 785a33dCopy full SHA for 785a33d
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