keycloak-scim/js/apps/account-ui/tsconfig.json

8 lines
121 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["src"],
"exclude": [
"**/*.test.ts",
"**/*.test.tsx"
]
}