luau/tests/require/with_config/.luaurc

8 lines
169 B
Text
Raw Normal View History

2023-12-02 02:04:44 +00:00
{
"paths": ["GlobalLuauLibraries"],
"aliases": {
"dep": "this_should_be_overwritten_by_child_luaurc",
"otherdep": "src/other_dependency"
}
}