Commit 1ab3be2
fix(scripts): resolve tsconfig errors in check-pr-title workflow (#1332)
Set rootDir to "." to fix TS5011 (common source directory conflict when
including both scripts/ and demo/) and set target to ES2019 to fix TS5107
(ts-node's default ES5 target is deprecated in TypeScript 7.0).
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7a5535e commit 1ab3be2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments