Thank you @justkey007 for tsc-alias

This commit is contained in:
garronej
2023-03-18 15:49:45 +01:00
parent 9ae8822e00
commit 4f0b1688db
9 changed files with 209 additions and 15 deletions

View File

@ -14,7 +14,10 @@
"strict": true,
"downlevelIteration": true,
"jsx": "react",
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"paths": {
"keycloakify/*": ["../src/*"]
}
},
"include": ["../src", "."]
}