Commit c3de17e
fix(assets): remove invalid
`@ryoppippi/unplugin-typia` Options type doesn't have a `strict` field
(I confused it with typia core's strict validators). The PR-2 CI
template-build job caught this with TS2353 in next.config.ts:32 and
vitest.config.ts:19 — exactly the kind of regression the new job was
designed to find. Working as intended.
next.config.ts: keep `cache: true`.
vitest.config.ts: pass no options (auto-detects typia.* calls).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>strict option from UnpluginTypia config1 parent 96700b6 commit c3de17e
2 files changed
Lines changed: 3 additions & 5 deletions
File tree
- plugins/preview-forge/assets
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments