Files
zitadel/apps/login/__test__/tsconfig.json

11 lines
209 B
JSON
Raw Normal View History

2023-06-05 23:27:05 +02:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsxdev",
"types": [
"node",
"jest",
"@testing-library/jest-dom"
]
}
}