From e07404de22ff46c3ed8afa1d126ba68228f219bd Mon Sep 17 00:00:00 2001 From: sylenien Date: Wed, 22 Jun 2022 17:07:09 +0200 Subject: [PATCH] fix(ui): add more ts aliases --- frontend/tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 19c82f281..437f453c4 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -22,7 +22,9 @@ "UI/*": ["./app/components/ui/*"], "UI": ["./app/components/ui"], "Player/*": ["./app/player/*"], - "HOCs/*": ["./app/components/hocs/*"] + "Player": ["./app/player"], + "HOCs/*": ["./app/components/hocs/*"], + "Types/*": ["./app/types/*"], } }, "include": ["app"]