From 670dbc07239fb860961055eb7af6823786e4febe Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Wed, 12 Feb 2025 00:44:57 +0200 Subject: Refactor to use Effect. --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 21eeee6..60e3198 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "outDir": "dist", "strict": true, "esModuleInterop": true, + "exactOptionalPropertyTypes": true, "lib": ["esnext"], "types": ["vitest/globals"] } -- cgit v1.2.3