Files
pnpm/packages/core/tsconfig.json

137 lines
2.1 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/assert-project"
},
{
"path": "../../privatePackages/assert-store"
},
{
"path": "../../privatePackages/prepare"
},
{
"path": "../../privatePackages/test-fixtures"
},
{
"path": "../build-modules"
},
{
"path": "../cafs"
},
{
"path": "../calc-dep-state"
},
{
"path": "../client"
},
{
"path": "../constants"
},
{
"path": "../core-loggers"
},
{
"path": "../dependency-path"
},
{
"path": "../error"
},
{
"path": "../filter-lockfile"
},
{
"path": "../get-context"
},
{
"path": "../headless"
},
{
"path": "../hoist"
},
{
"path": "../lifecycle"
},
{
"path": "../link-bins"
},
{
"path": "../lockfile-file"
},
{
"path": "../lockfile-to-pnp"
},
{
"path": "../lockfile-utils"
},
{
"path": "../lockfile-walker"
},
{
"path": "../manifest-utils"
},
{
"path": "../modules-cleaner"
},
{
"path": "../modules-yaml"
},
{
"path": "../normalize-registries"
},
{
"path": "../package-requester"
},
{
"path": "../package-store"
},
{
"path": "../parse-overrides"
},
{
"path": "../parse-wanted-dependency"
},
{
"path": "../prune-lockfile"
},
{
"path": "../read-modules-dir"
},
{
"path": "../read-package-json"
},
{
"path": "../read-project-manifest"
},
{
"path": "../remove-bins"
},
{
"path": "../resolve-dependencies"
},
{
"path": "../resolver-base"
},
{
"path": "../store-controller-types"
},
{
"path": "../symlink-dependency"
},
{
"path": "../types"
},
{
"path": "../which-version-is-pinned"
}
]
}