Skip to content

Commit 89c6e43

Browse files
authored
chore(api): add typescript dependency (#13220)
I noticed `pnpm ts:check` isn't working on my end, currently only works if the typescript package is globally installed
1 parent b0babb6 commit 89c6e43

File tree

2 files changed

+55
-51
lines changed

2 files changed

+55
-51
lines changed

packages/api/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"globals": "^16.0.0",
5858
"rollup": "4.40.0",
5959
"tslib": "^2.8.1",
60+
"typescript": "^5.8.3",
6061
"typescript-eslint": "^8.25.0"
6162
}
6263
}

pnpm-lock.yaml

+54-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)