Commit aa87ce2
committed
fix: make the typecheck script check something
The root tsconfig carries `files: []` and two project references, so
`tsc --noEmit` against it resolved zero input files and reported success on any
source at all. It now builds the referenced projects, which is what the build
step already type-checks.1 parent d5df0d6 commit aa87ce2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments