Commit 677569a
committed
fix(localgov-ims): add @types/node devDependency
Round 3 for deploy-blueprints. After PR #189 set tsconfig types to
["node"], tsc now fails with "Cannot find type definition file for
'node'" because the package wasn't listed as a devDependency.
ts6 dropped implicit @types/* resolution, so we need this explicitly.
Local `npm install && tsc --noEmit` exits 0 with @types/node@22.x
installed.1 parent 810b257 commit 677569a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments