keycloak_theme/src/lib/tsconfig.json
2022-09-01 22:35:01 +02:00

19 lines
422 B
JSON

{
"extends": "../../tsproject.json",
"compilerOptions": {
"outDir": "../../dist/lib",
"rootDir": ".",
"module": "ES2020",
"target": "ES2017",
"lib": ["es2015", "DOM", "ES2019.Object"],
"moduleResolution": "node",
"jsx": "react",
"allowSyntheticDefaultImports": true
},
"references": [
{
"path": "../bin"
}
]
}