UNPKG

jest-fetch-mock

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