Fix build:test
This commit is contained in:
parent
43e4dd6bb6
commit
32f8380e56
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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/*"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user