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

29 lines
455 B
JSON

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