8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["@testing-library/jest-dom"]
|
|
},
|
|
"include": ["./"]
|
|
}
|