DefinitelyTyped/types/pacote/tsconfig.json
Joel Spadin e1d9e43428
[pacote] Update to v11 (#43355)
* [pacote] Update to v11

Updated types to v11, which is a complete rewrite of the module.

* Fix useless path mapping

* [pacote] Remove undocumented options

* [pacote] Simplify path mapping

Co-authored-by: Joel Spadin <joel.spadin@garmin.com>
2020-03-27 11:48:13 -04:00

24 lines
487 B
JSON

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