Commit b48732c
fix: remove src/shared from tsconfig.node.json to resolve TS6305
The shared types are already covered by the root tsconfig.json include.
Including them in tsconfig.node.json with composite:true caused TS6305.
Also fix unused isCustom parameter in ModelEditor.
Co-Authored-By: DeepSeek V4 Pro <noreply@deepseek.com>1 parent 2610ee8 commit b48732c
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments