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

41 lines
645 B
JSON

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