Files
pnpm/packages/headless/tsconfig.json
Zoltan Kochan 71aeb9a382 refactor: API of resolvers and fetchers
Instead of creating a separate fetch function for the resolvers
and fetchers, use a single one.

Also, use a single getCredentials function.

close #2652
PR #2655
2020-06-29 17:13:02 +03:00

83 lines
1.2 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../build-modules"
},
{
"path": "../constants"
},
{
"path": "../core-loggers"
},
{
"path": "../error"
},
{
"path": "../filter-lockfile"
},
{
"path": "../hoist"
},
{
"path": "../lifecycle"
},
{
"path": "../link-bins"
},
{
"path": "../lockfile-file"
},
{
"path": "../lockfile-utils"
},
{
"path": "../modules-cleaner"
},
{
"path": "../modules-yaml"
},
{
"path": "../package-requester"
},
{
"path": "../read-package-json"
},
{
"path": "../read-project-manifest"
},
{
"path": "../store-controller-types"
},
{
"path": "../symlink-dependency"
},
{
"path": "../types"
},
{
"path": "../dependency-path"
},
{
"path": "../../privatePackages/assert-project"
},
{
"path": "../client"
},
{
"path": "../package-store"
},
{
"path": "../read-projects-context"
}
]
}