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

8 lines
150 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 07:19:25 +02:00
"types": ["node", "jest", "@testing-library/jest-dom"]
}
}