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

7 lines
166 B
JSON
Raw Normal View History

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