Skip to content

Commit 20c8d51

Browse files
committed
Update tsconfig (base) for typescript>4.4.0-dev
`strictOptionalProperties` was renamed to `exactOptionalPropertyTypes` in 4.4.0. See: microsoft/TypeScript#44626.
1 parent aa1e95e commit 20c8d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/tsconfig.base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"module": "commonjs",
88
"strict": true,
9-
"strictOptionalProperties": false,
9+
"exactOptionalPropertyTypes": false,
1010
"useUnknownInCatchVariables": false,
1111
"alwaysStrict": true,
1212
"noImplicitAny": true,

0 commit comments

Comments
 (0)