keycloakify
Version:
Framework to create custom Keycloak UIs
15 lines (14 loc) • 410 B
JSON
{
"extends": "../../tsproject.json",
"compilerOptions": {
"module": "ES2020",
"target": "ES2017",
"esModuleInterop": true,
"lib": ["es2015", "ES2019.Object"],
"moduleResolution": "node",
"outDir": "../../dist/bin",
"rootDir": "."
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["initialize-account-theme/multi-page-boilerplate"]
}