Run formatter

This commit is contained in:
Ron Buckton
2024-05-01 18:49:31 -04:00
parent e9a627582c
commit 2e182815c1

View File

@@ -1240,7 +1240,7 @@ export namespace Completion {
kind: "module",
sortText: SortText.GlobalsOrKeywords,
};
export const globalTypes = globalTypesPlus([]);
export const globalTypesNoLib = globalTypesPlus([], { noLib: true });