Files
pnpm/packages/plugin-commands-installation/tsconfig.json
foora 6a54be5a12 feat: support pnpm recursive import (#3909)
close #3908

Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-11-02 21:40:27 +00:00

98 lines
1.5 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": "../core"
},
{
"path": "../error"
},
{
"path": "../filter-workspace-packages"
},
{
"path": "../find-workspace-dir"
},
{
"path": "../find-workspace-packages"
},
{
"path": "../graceful-fs"
},
{
"path": "../lockfile-types"
},
{
"path": "../manifest-utils"
},
{
"path": "../matcher"
},
{
"path": "../modules-yaml"
},
{
"path": "../outdated"
},
{
"path": "../package-store"
},
{
"path": "../parse-wanted-dependency"
},
{
"path": "../plugin-commands-rebuild"
},
{
"path": "../pnpmfile"
},
{
"path": "../read-project-manifest"
},
{
"path": "../resolver-base"
},
{
"path": "../sort-packages"
},
{
"path": "../store-connection-manager"
},
{
"path": "../types"
}
]
}