Skip to content

Commit 632fd31

Browse files
thomasballingerConvex, Inc.
authored andcommitted
build convex npm package with exactOptionalPropertyTypes (#40976)
Build with tsconfig.json `"exactOptionalPropertyTypes": true` in order to produce types that allow consumers to use this. GitOrigin-RevId: c25ef278dfcb7936264c8ac6bd5225655a9d3116
1 parent 512ce29 commit 632fd31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"isolatedModules": true,
1717
/* Strict Type-Checking Options */
1818
"strict": true,
19-
/* This is the default but it'd be nice to change this soon */
20-
"exactOptionalPropertyTypes": false,
19+
"exactOptionalPropertyTypes": true,
2120
/* Module Resolution Options */
2221
"esModuleInterop": true,
2322
/* Advanced Options */

0 commit comments

Comments
 (0)