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