keycloak-scim/tsconfig.jest.json

6 lines
81 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
}