diff options
| author | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-07-10 23:27:49 +0900 |
|---|---|---|
| committer | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-07-10 23:39:08 +0900 |
| commit | e54f6636b64b9d23efa8dd09c63789529de8fb76 (patch) | |
| tree | c328ee35d69bbcfd342e4ca7f3df9514261026a7 /editors/code | |
| parent | 6f2e8aaba63a9f480c5fd2538fd02290821e4389 (diff) | |
| download | rust-e54f6636b64b9d23efa8dd09c63789529de8fb76.tar.gz rust-e54f6636b64b9d23efa8dd09c63789529de8fb76.zip | |
editor/code: Add FIXME comments for TS' `--exactOptionalPropertyTypes` option
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json index 87fd14072f2..ee353c28dd6 100644 --- a/editors/code/tsconfig.json +++ b/editors/code/tsconfig.json @@ -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"], |
