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

10 lines
175 B
JSON
Raw Normal View History

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