Files
pnpm/fetching/git-fetcher/tsconfig.json
2023-08-26 17:26:21 +03:00

33 lines
518 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": "../../worker"
},
{
"path": "../fetcher-base"
}
],
"composite": true
}