jest-fetch-mock
Version:
fetch mock for jest
21 lines • 376 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es2015",
"dom"
],
"baseUrl": ".",
"paths": {
"jest-fetch-mock": [
"."
]
},
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}