diff --git a/api/tsconfig.json b/api/tsconfig.json index c03a67ea..08af0f09 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -21,7 +21,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "paths": { - "@/*": ["src/*", "src/.hexabot/*"], + "@/*": ["src/*", "src/.hexabot/*", "src/extra/*"], "hexabot/src/*": ["src/*", "src/.hexabot/*"] } },