24 lines
532 B
JSON
24 lines
532 B
JSON
{
|
|
"extends": "../tsproject.json",
|
|
"compilerOptions": {
|
|
"outDir": "../dist",
|
|
"rootDir": ".",
|
|
"module": "ES2020",
|
|
"target": "ES2017",
|
|
"lib": ["es2015", "DOM", "ES2019.Object"],
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"keycloakify/*": ["./*"]
|
|
},
|
|
"jsx": "react-jsx",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["./bin"],
|
|
"references": [
|
|
{
|
|
"path": "./bin"
|
|
}
|
|
]
|
|
}
|