Files
pnpm/fetching/tarball-fetcher/tsconfig.json

56 lines
924 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../exec/prepare-package"
},
{
"path": "../../fs/graceful-fs"
},
{
"path": "../../fs/packlist"
},
{
"path": "../../network/fetch"
},
{
"path": "../../network/fetching-types"
},
{
"path": "../../packages/core-loggers"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/types"
},
{
"path": "../../store/cafs-types"
},
{
"path": "../../store/create-cafs-store"
},
{
"path": "../../worker"
},
{
"path": "../fetcher-base"
}
]
}