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"]