diff --git a/tsconfig.json b/tsconfig.json index d15740e..3a859bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "baseUrl": "./", "checkJs": false, "esModuleInterop": true, + "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, "lib": ["esnext"], "module": "es2022",