mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 03:23:40 +00:00
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsxdev",
|
|
"types": ["node", "jest", "@testing-library/jest-dom"]
|
|
}
|
|
}
|