mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-21 14:19:29 -04:00
5 lines
109 B
JSON
5 lines
109 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
|
|
}
|