Fix build:test

This commit is contained in:
garronej 2023-03-18 16:20:21 +01:00
parent 43e4dd6bb6
commit 32f8380e56
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ import { deepClone } from "../../src/tools/deepClone";
assert<
Equals<
typeof kcContext,
KcContextBase.Common.Login & {
KcContextBase.Common & {
pageId: typeof pageId;
aNonStandardValue2: string;
}

View File

@ -13,7 +13,7 @@
"incremental": true,
"strict": true,
"downlevelIteration": true,
"jsx": "react",
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true,
"paths": {
"keycloakify/*": ["../src/*"]