Commit 3d1907d
committed
fix: Exclude identityMode from DefaultNodeSetupOptions spread in index.js
TypeScript strict excess property check rejects identityMode in the spread
into DefaultNodeSetupOptions. Destructure it out before spreading, since
it's already handled separately via the instantiateOptions pass-through.1 parent 89deed0 commit 3d1907d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments