We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typescript>4.4.0-dev
1 parent aa1e95e commit 20c8d51Copy full SHA for 20c8d51
extensions/tsconfig.base.json
@@ -6,7 +6,7 @@
6
],
7
"module": "commonjs",
8
"strict": true,
9
- "strictOptionalProperties": false,
+ "exactOptionalPropertyTypes": false,
10
"useUnknownInCatchVariables": false,
11
"alwaysStrict": true,
12
"noImplicitAny": true,
0 commit comments