Fix build:test
This commit is contained in:
parent
43e4dd6bb6
commit
32f8380e56
@ -164,7 +164,7 @@ import { deepClone } from "../../src/tools/deepClone";
|
||||
assert<
|
||||
Equals<
|
||||
typeof kcContext,
|
||||
KcContextBase.Common.Login & {
|
||||
KcContextBase.Common & {
|
||||
pageId: typeof pageId;
|
||||
aNonStandardValue2: string;
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
"incremental": true,
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"jsx": "react",
|
||||
"jsx": "react-jsx",
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"paths": {
|
||||
"keycloakify/*": ["../src/*"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user