mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-26 00:50:10 -05:00
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": [
|
|
"**/*.test.ts",
|
|
"**/*.test.tsx"
|
|
]
|
|
} |