UNPKG

376 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "lib": [
5 "es2015",
6 "dom"
7 ],
8 "baseUrl": ".",
9 "paths": {
10 "jest-fetch-mock": [
11 "."
12 ]
13 },
14 "noImplicitAny": true,
15 "noImplicitThis": true,
16 "strictNullChecks": true,
17 "strictFunctionTypes": true,
18 "noEmit": true,
19 "forceConsistentCasingInFileNames": true
20 }
21}
\No newline at end of file