keycloak-scim/libs/ui-shared/tsconfig.json
2023-02-07 12:29:30 +01:00

8 lines
No EOL
120 B
JSON

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