Skip to content

Commit 3dd6a23

Browse files
authored
Add install.linker to bunfig schema (SchemaStore#4920)
1 parent 49532b8 commit 3dd6a23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/schemas/json/bunfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,13 @@
336336
"const": "yarn"
337337
}
338338
}
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"
339346
}
340347
}
341348
},

0 commit comments

Comments
 (0)