update rbxts-transform-boost and add rbxts-transform-luau
This commit is contained in:
@@ -82,7 +82,7 @@ export class SettingsController implements OnStart {
|
||||
typeIs(settingsFile[key], "table"),
|
||||
);
|
||||
sections.forEach((key) => {
|
||||
const map = new Map<string, Charm.Atom<unknown>>();
|
||||
const map = new Map<string, Atom<unknown>>();
|
||||
const defMap = new Map<string, SettingDefinition>();
|
||||
this.atomsCache.set(key, map);
|
||||
this.defCache.set(key, defMap);
|
||||
|
||||
Reference in New Issue
Block a user