@4mbl/tsconfig 5.0.0-beta.2 → 5.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/base.json +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/base.json
CHANGED
|
@@ -34,7 +34,9 @@
|
|
|
34
34
|
"erasableSyntaxOnly": true,
|
|
35
35
|
"allowSyntheticDefaultImports": true,
|
|
36
36
|
"allowUnreachableCode": false,
|
|
37
|
-
|
|
37
|
+
// exactOptionalPropertyTypes causes too much noise to enable.
|
|
38
|
+
// Disabled explicitly as a reminder to keep it off.
|
|
39
|
+
"exactOptionalPropertyTypes": false,
|
|
38
40
|
"forceConsistentCasingInFileNames": true,
|
|
39
41
|
"noFallthroughCasesInSwitch": true,
|
|
40
42
|
"noImplicitAny": true,
|