mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-03 13:40:46 -05:00
11 lines
161 B
JSON
11 lines
161 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["**/*", ".eslintrc.js"],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"keycloak-theme",
|
|
"server"
|
|
]
|
|
}
|