Files
zitadel/apps/login/__test__/tsconfig.json
2023-06-08 06:13:07 +02:00

16 lines
261 B
JSON

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