diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 523e6de5b..dba51e639 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -24,7 +24,8 @@ "skipLibCheck": true, "baseUrl": ".", "paths": { - "@app/*": ["./src/*"] + "@app/*": ["./src/*"], + "*": ["*", "*.tsx", "*.ts"] }, "jsx": "react-jsx" },