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

16 lines
261 B
JSON
Raw Normal View History

2023-06-05 23:27:05 +02:00
{
2023-06-07 15:34:06 +02:00
"extends": "../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsxdev",
2023-06-08 06:13:07 +02:00
"types": [
"node",
"jest",
"@testing-library/jest-dom"
]
},
"exclude": [
"../cypress",
"../cypress.config.ts",
"../node_modules"
]
}