rusty-luau/.darklua.json5

12 lines
177 B
Text
Raw Normal View History

{
rules: [
{
rule: "convert_require",
current: "path",
target: {
name: "roblox",
indexing_style: "wait_for_child",
},
},
],
}