Files
DefinitelyTyped/types/got-resume/tsconfig.json
Dimitri B 8b99f540f7 🤖 Merge PR #63567 [got] Remove types by @BendingBender
* [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>
2022-12-15 08:37:27 -08:00

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"
]
}