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< assert<
Equals< Equals<
typeof kcContext, typeof kcContext,
KcContextBase.Common.Login & { KcContextBase.Common & {
pageId: typeof pageId; pageId: typeof pageId;
aNonStandardValue2: string; aNonStandardValue2: string;
} }

View File

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