We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d1177 commit 479938eCopy full SHA for 479938e
1 file changed
package.json
@@ -2,7 +2,7 @@
2
"name": "@typespec/monorepo",
3
"version": "0.0.1",
4
"private": true,
5
- "packageManager": "pnpm@9.5.0",
+ "packageManager": "pnpm@10.8.0",
6
"type": "module",
7
"scripts": {
8
"build": "pnpm build:all && pnpm check:eng && pnpm gen-compiler-extern-signature",
@@ -85,5 +85,10 @@
85
"prod",
86
"resolutions"
87
]
88
+ },
89
+ "pnpm": {
90
+ "onlyBuiltDependencies": [
91
+ "tree-sitter"
92
+ ]
93
}
94
0 commit comments