31 lines
539 B
JSON
31 lines
539 B
JSON
|
{
|
||
|
"sort": ["kind", "alphabetical"],
|
||
|
"kindSortOrder": [
|
||
|
"Reference",
|
||
|
"Project",
|
||
|
"Module",
|
||
|
"Namespace",
|
||
|
"Class",
|
||
|
"TypeAlias",
|
||
|
"Constructor",
|
||
|
"Method",
|
||
|
"Function",
|
||
|
"Interface",
|
||
|
"Property",
|
||
|
"Variable",
|
||
|
"Enum",
|
||
|
"EnumMember",
|
||
|
"Accessor",
|
||
|
"ObjectLiteral",
|
||
|
"Parameter",
|
||
|
"TypeParameter",
|
||
|
"TypeLiteral",
|
||
|
"CallSignature",
|
||
|
"ConstructorSignature",
|
||
|
"IndexSignature",
|
||
|
"GetSignature",
|
||
|
"SetSignature"
|
||
|
],
|
||
|
"groupOrder": ["Functions", "Variables", "*"]
|
||
|
}
|