mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
9 lines
79 B
Text
9 lines
79 B
Text
|
return {
|
||
|
include = {
|
||
|
"^lib",
|
||
|
},
|
||
|
exclude = {
|
||
|
"%.spec$",
|
||
|
"_spec$",
|
||
|
},
|
||
|
}
|