keycloak-scim/js/libs/ui-shared/tsconfig.json
Jon Koops 13aabf4022
Move ESLint configuration to project root (#28639)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-04-12 08:34:18 +00:00

5 lines
112 B
JSON

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