keycloak-scim/tsconfig.eslint.json

6 lines
134 B
JSON
Raw Permalink Normal View History

2021-09-16 10:24:21 +00:00
{
"extends": "./tsconfig.json",
"include": ["**/*", "eslint.config.js"],
"exclude": ["node_modules", "dist", "lib", "server"]
2021-09-16 10:24:21 +00:00
}