12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"extends": "./types/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "./types",
|
|
"paths": {
|
|
"jest-fetch-mock": [
|
|
"./"
|
|
]
|
|
}
|
|
}
|
|
} |