Files
keycloak/js/apps/admin-ui/tsconfig.json
T
2024-04-12 08:34:18 +00:00

7 lines
166 B
JSON

{
"extends": "../../../tsconfig.json",
"include": ["src"],
"exclude": ["**/*.test.ts", "**/*.test.tsx"],
"references": [{ "path": "./tsconfig.node.json" }]
}