mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
7 lines
163 B
JSON
7 lines
163 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.ts", "**/*.test.tsx"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|