Files
keycloak/js/apps/admin-ui/tsconfig.json
2024-11-29 17:20:32 +01:00

7 lines
163 B
JSON

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