mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-21 22:28:27 -04:00
6 lines
163 B
JSON
6 lines
163 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.ts", "**/*.test.tsx"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|