UNPKG

roblox-ts-script

Version:

Dependency of projects using Create-Roblox-TS-Script.

34 lines (33 loc) 770 B
{ "generator": "retain_lines", "bundle": { "require_mode": { "name": "luau" } }, "rules": [ "filter_after_early_return", "convert_index_to_field", "convert_function_to_assignment", "convert_local_function_to_assign", "convert_luau_number", "convert_square_root_call", "group_local_assignment", "remove_spaces", "remove_comments", "remove_types", "remove_if_expression", "remove_empty_do", "remove_nil_declaration", "remove_method_definition", "remove_function_call_parens", "remove_unused_if_branch", "remove_unused_while", "remove_unused_variable", { "rule": "rename_variables", "globals": ["$default", "$roblox"], "include_functions": true } ] }