luau/tests/require/with_config/.luaurc
2023-12-01 20:40:43 -08:00

7 lines
169 B
Text

{
"paths": ["GlobalLuauLibraries"],
"aliases": {
"dep": "this_should_be_overwritten_by_child_luaurc",
"otherdep": "src/other_dependency"
}
}