Files
pnpm/packages/plugin-commands-installation/tsconfig.json
2021-01-03 16:23:23 +02:00

92 lines
1.4 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/assert-project"
},
{
"path": "../../privatePackages/prepare"
},
{
"path": "../../privatePackages/test-fixtures"
},
{
"path": "../cli-utils"
},
{
"path": "../command"
},
{
"path": "../common-cli-options-help"
},
{
"path": "../config"
},
{
"path": "../constants"
},
{
"path": "../error"
},
{
"path": "../filter-workspace-packages"
},
{
"path": "../find-workspace-dir"
},
{
"path": "../find-workspace-packages"
},
{
"path": "../global-bin-dir"
},
{
"path": "../lockfile-types"
},
{
"path": "../manifest-utils"
},
{
"path": "../matcher"
},
{
"path": "../outdated"
},
{
"path": "../package-store"
},
{
"path": "../parse-wanted-dependency"
},
{
"path": "../plugin-commands-rebuild"
},
{
"path": "../pnpmfile"
},
{
"path": "../resolver-base"
},
{
"path": "../sort-packages"
},
{
"path": "../store-connection-manager"
},
{
"path": "../supi"
},
{
"path": "../types"
}
]
}