Commit 1806295
committed
fix: add explicit outDir to rollup typescript plugin
The @rollup/plugin-typescript@12.3.0 update introduced stricter
validation requiring the TypeScript outDir to align with rollup
output paths.
This fix adds compilerOptions: { outDir: 'dist' } to the typescript
plugin configuration to satisfy the new validation.
Fixes build failures in PR #19 (development-dependencies group update)
Refs: #191 parent 413d68b commit 1806295
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
0 commit comments