diff --git a/features/sso/backend-api/tsconfig.json b/features/sso/backend-api/tsconfig.json index 1d4e6f419..9bb18965c 100755 --- a/features/sso/backend-api/tsconfig.json +++ b/features/sso/backend-api/tsconfig.json @@ -4,10 +4,11 @@ "outDir": "./dist", "baseUrl": "./", "paths": { + "@features/bot-defense-backend-api": ["../../bot-defense/backend-api/src/index.ts"], "@/common/*": ["src/common/*"], "@/*": ["src/features/*"] } }, - "include": ["src/**/*"], + "include": ["src/**/*", "../../bot-defense/backend-api/src/**/*"], "exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"] }