Files
zitadel/apps/login/__test__/tsconfig.json
2023-06-05 23:27:05 +02:00

11 lines
209 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsxdev",
"types": [
"node",
"jest",
"@testing-library/jest-dom"
]
}
}