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 49532b8 commit 3dd6a23Copy full SHA for 3dd6a23
src/schemas/json/bunfig.json
@@ -336,6 +336,13 @@
336
"const": "yarn"
337
}
338
339
+ },
340
+ "linker": {
341
+ "$comment": "https://bun.sh/docs/runtime/bunfig#install-linker",
342
+ "description": "Configure the default linker strategy. Default `\"hoisted\"`\nhttps://bun.sh/docs/runtime/bunfig#install-linker",
343
+ "type": "string",
344
+ "enum": ["hoisted", "isolated"],
345
+ "default": "hoisted"
346
347
348
},
0 commit comments