2022-11-30 12:40:10 +01:00

8 lines
137 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["testing-library__jest-dom"]
},
"include": ["src/**/*"]
}