diff --git a/tsconfig.json b/tsconfig.json index f7c00f89..a6b70cdb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,11 @@ "sourceMap": true, "allowJs": true, "moduleResolution": "node", - "types": ["vitest/globals", "@testing-library/jest-dom"], + "types": [ + "vitest/globals", + "@testing-library/jest-dom" + ], + "exactOptionalPropertyTypes": true, "strictNullChecks": true, "allowSyntheticDefaultImports": true }