progressing
This commit is contained in:
@ -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"],
|
||||
|
Reference in New Issue
Block a user