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

9 lines
121 B
JSON
Raw Normal View History

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