mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-15 19:33:44 +00:00
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsxdev",
|
|
"types": [
|
|
"node",
|
|
"jest",
|
|
"@testing-library/jest-dom"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"../cypress",
|
|
"../cypress.config.ts",
|
|
"../node_modules"
|
|
]
|
|
} |