79365037

Date: 2025-01-17 14:27:39
Score: 0.5
Natty:
Report link

Had the same problem, could solve it bij including the keycloak type to the tsconfig.

{
  "extends": "./tsconfig.json",
  ...
  "include": [
    "src/**/*.d.ts",
    "./lib/keycloak.d.ts"
  ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Khamaseen