We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12563a9 commit c4984c4Copy full SHA for c4984c4
package.json
@@ -46,6 +46,7 @@
46
"ts-node": "^10.5.0",
47
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
48
"tsconfig-paths": "^4.0.0",
49
+ "tslib": "^2.8.1",
50
"typescript": "5.8.3",
51
"typescript-eslint": "8.31.1"
52
},
scripts/bootstrap
@@ -15,4 +15,4 @@ echo "==> Installing Node dependencies…"
15
16
PACKAGE_MANAGER=$(command -v yarn >/dev/null 2>&1 && echo "yarn" || echo "npm")
17
18
-$PACKAGE_MANAGER install
+$PACKAGE_MANAGER install "$@"
0 commit comments