keycloak_theme/src/bin/tsconfig.json
2022-07-31 00:41:25 +02:00

12 lines
272 B
JSON

{
"extends": "../../tsproject.json",
"compilerOptions": {
"module": "CommonJS",
"target": "ES5",
"esModuleInterop": true,
"lib": ["es2015", "DOM", "ES2019.Object"],
"outDir": "../../dist/bin",
"rootDir": "."
}
}