9 lines
No EOL
172 B
JSON
9 lines
No EOL
172 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
// overwrite exclude so test files are included.
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"types": ["jest"],
|
|
"jsx": "react"
|
|
}
|
|
} |