Skip to content

Commit fc4cf98

Browse files
committed
🏷️ Make defaultGeneralConfig object const
1 parent 7a73a61 commit fc4cf98

File tree

1 file changed

+1
-1
lines changed
  • packages/@ackee/antonio-core/src/modules/core/general-config

1 file changed

+1
-1
lines changed

packages/@ackee/antonio-core/src/modules/core/general-config/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import type { TAntonio } from '../models/Antonio';
66
export const defaultGeneralConfig: GeneralConfig = {
77
logger: loglevel,
88
resolverType: resolverTypes.GENERATOR,
9-
};
9+
} as const;
1010

1111
export const generalConfigs = new WeakMap<TAntonio, GeneralConfig>();

0 commit comments

Comments
 (0)