mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:12:53 +00:00
9 lines
195 B
JSON
9 lines
195 B
JSON
{
|
|
"extends": "@zitadel/tsconfig/react-library.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"types": ["@testing-library/jest-dom"]
|
|
}
|
|
}
|