progressing

This commit is contained in:
garronej
2023-03-17 20:40:29 +01:00
parent 815f510d5f
commit 4b89d15c1e
12 changed files with 712 additions and 499 deletions

View File

@ -7,7 +7,11 @@
"target": "ES2017",
"lib": ["es2015", "DOM", "ES2019.Object"],
"moduleResolution": "node",
"jsx": "react",
"baseUrl": ".",
"paths": {
"keycloakify/*": ["./*"]
},
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true
},
"exclude": ["./test", "./bin"],