mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
add noImplicitOverride and noPropertyAccessFromIndexSignature compiler options
This commit is contained in:
@@ -1292,5 +1292,5 @@ export const ALL_CURRENCIES: Record<string, CurrencyInfo> = {
|
||||
};
|
||||
|
||||
export const DEFAULT_CURRENCY_SYMBOL: string = '¤';
|
||||
export const DEFAULT_CURRENCY_CODE: string = ALL_CURRENCIES.USD.code;
|
||||
export const DEFAULT_CURRENCY_CODE: string = ALL_CURRENCIES['USD'].code;
|
||||
export const PARENT_ACCOUNT_CURRENCY_PLACEHOLDER: string = '---';
|
||||
|
||||
Reference in New Issue
Block a user