mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": [
|
|
"**/*.test.ts",
|
|
"**/*.test.tsx"
|
|
],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|