UNPKG

510 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "lib": [
5 "es6",
6 "dom"
7 ],
8 "noImplicitAny": true,
9 "noImplicitThis": true,
10 "strictNullChecks": false,
11 "strictFunctionTypes": true,
12 "baseUrl": "../",
13 "typeRoots": [
14 "../"
15 ],
16 "types": [],
17 "noEmit": true,
18 "forceConsistentCasingInFileNames": true
19 },
20 "files": [
21 "index.d.ts",
22 "fetch-mock-tests.ts"
23 ]
24}
\No newline at end of file