ayastreb/money-tracker

can not run

Opened this issue · 1 comments

i'm getting this issues
./src/containers/Reports/index.js
Module not found: Can't resolve 'actions/entities/accounts' in '/home/berchant/work/Ospace/money-tracker/src/containers/Reports'

and when i go to a console this is another error i'm getting
src/entities/Account.ts
Line 56:31: Parsing error: Unexpected token, expected "]"

54 | }
55 |

56 | const GroupToTextMap: { [code in AccountGroupT]?: string } = {
| ^
57 | [AccountGroupT.Cash]: 'Cash',
58 | [AccountGroupT.Bank]: 'Bank Account',
59 | [AccountGroupT.Deposit]: 'Deposit',

src/entities/Transaction.ts
Line 19:17: Parsing error: Unexpected token, expected "]"

17 | date: string;
18 | linkedAmount?: string;

19 | tags: { [kind in TransationKindT]?: string[] };
| ^
20 | }
21 |
22 | export interface TransactionStateT extends TransactionBaseT {

same here