DefinitelyTyped/types/refresh-fetch/tsconfig.json
ppbraam 7d8d231ee5
Add refresh-fetch types (#42308)
* added typings for refresh-fetch

* fixed lint errors

* small fixes
2020-02-12 10:45:29 -08:00

25 lines
427 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"refresh-fetch-tests.ts"
]
}