keycloak-scim/cypress/tsconfig.json
2021-09-20 16:56:02 +02:00

9 lines
197 B
JSON

{
"extends": "../tsconfig.json",
"include": ["**/*"],
"compilerOptions": {
"types": ["node", "cypress", "@testing-library/cypress"],
"module": "ES2015",
"target": "ES2015",
}
}