13 lines
No EOL
223 B
JSON
13 lines
No EOL
223 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src",
|
|
"jest.setup.ts"
|
|
],
|
|
// overwrite exclude so test files are included.
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"types": ["jest"],
|
|
"jsx": "react"
|
|
}
|
|
} |