Thank you @justkey007 for tsc-alias
This commit is contained in:
@ -14,7 +14,10 @@
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"jsx": "react",
|
||||
"noFallthroughCasesInSwitch": true
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"paths": {
|
||||
"keycloakify/*": ["../src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["../src", "."]
|
||||
}
|
||||
|
Reference in New Issue
Block a user