Enable exactOptionalPropertyTypes

This commit is contained in:
rijkvanzanten
2023-03-22 16:13:48 -04:00
parent 806be3a193
commit e721e33c8b

View File

@@ -7,6 +7,7 @@
"declaration": true,
"esModuleInterop": true,
"importsNotUsedAsValues": "error",
"exactOptionalPropertyTypes": true,
"lib": ["es2022"],
"module": "commonjs",
"moduleResolution": "node16",