keycloak-scim/tsconfig.json

12 lines
No EOL
234 B
JSON

{
"include": ["src"],
"exclude": [
"**/*.test.ts",
"**/*.test.tsx"
],
"extends": "@snowpack/app-scripts-react/tsconfig.base.json",
"compilerOptions": {
"types": ["snowpack-env"],
"esModuleInterop": true
}
}