mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 15:23:17 +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"
|
|
]
|
|
}
|
|
} |