Files
LingvAI/tests/tsconfig.json

15 lines
230 B
JSON
Raw Permalink Normal View History

2022-10-21 15:57:53 +02:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"jest",
"@testing-library/jest-dom",
"@testing-library/react",
"@testing-library/user-event"
]
},
"include": [
"."
]
}