keycloak-scim/tsconfig.jest.json

13 lines
223 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
2022-05-03 12:10:17 +00:00
"include": [
"src",
"jest.setup.ts"
],
// overwrite exclude so test files are included.
"exclude": [],
"compilerOptions": {
"types": ["jest"],
"jsx": "react"
}
}