Files
pnpm/packages/package-requester/tsconfig.json
Dominic Elm 32915f0e43 feat: extend cafs object (#5186)
* feat: extend cafs object

* fixup: fix test

* fixup: fix name

* fixup: add changeset
2022-08-10 12:05:02 +03:00

62 lines
938 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/test-fixtures"
},
{
"path": "../cafs"
},
{
"path": "../cafs-types"
},
{
"path": "../client"
},
{
"path": "../core-loggers"
},
{
"path": "../create-cafs-store"
},
{
"path": "../dependency-path"
},
{
"path": "../error"
},
{
"path": "../fetcher-base"
},
{
"path": "../graceful-fs"
},
{
"path": "../package-is-installable"
},
{
"path": "../pick-fetcher"
},
{
"path": "../read-package-json"
},
{
"path": "../resolver-base"
},
{
"path": "../store-controller-types"
},
{
"path": "../types"
}
]
}