15 lines
230 B
JSON
15 lines
230 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"jest",
|
|
"@testing-library/jest-dom",
|
|
"@testing-library/react",
|
|
"@testing-library/user-event"
|
|
]
|
|
},
|
|
"include": [
|
|
"."
|
|
]
|
|
}
|