diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-02-12 00:44:57 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-02-12 00:44:57 +0200 |
| commit | 670dbc07239fb860961055eb7af6823786e4febe (patch) | |
| tree | d575fdb4871e23af0220b938ba009d9ea4797523 /tsconfig.json | |
| parent | 8ff7c10249b1a9daeb30d47cf5b9266a5a0f7a26 (diff) | |
Refactor to use Effect.
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |
