DefinitelyTyped/types/download/tsconfig.json
Stijn Van Nieuwenhuyse 618e005c76 @types/got: update options
Add missing options and replace retries with retry
2018-10-22 19:07:39 +02:00

29 lines
579 B
JSON

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