keycloak_theme/src/bin/tsconfig.json
2024-07-25 19:53:36 +02:00

15 lines
391 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/src"]
}