2023-04-03 11:45:27 +02:00
|
|
|
{
|
|
|
|
|
"extends": "@zitadel/tsconfig/react-library.json",
|
|
|
|
|
"include": ["."],
|
2024-04-07 03:56:46 -04:00
|
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"types": ["@testing-library/jest-dom"]
|
|
|
|
|
}
|
2023-04-03 11:45:27 +02:00
|
|
|
}
|