mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* [got] Remove types * Change Bluebird dep from 2->3 This isn't strictly accurate, but makes the types work out, since p-cancelable's types, a transitive dependency of got, have a Promise.cancel return type that conflicts with bluebird@2's. Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
20 lines
447 B
JSON
20 lines
447 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["es6"],
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"typeRoots": ["../"],
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"got-resume-tests.ts",
|
|
"index.d.ts"
|
|
]
|
|
}
|