Files
pnpm/packages/plugin-commands-outdated/tsconfig.json
2022-04-02 02:52:51 +03:00

62 lines
932 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/prepare"
},
{
"path": "../cli-utils"
},
{
"path": "../command"
},
{
"path": "../common-cli-options-help"
},
{
"path": "../config"
},
{
"path": "../constants"
},
{
"path": "../default-resolver"
},
{
"path": "../error"
},
{
"path": "../filter-workspace-packages"
},
{
"path": "../lockfile-file"
},
{
"path": "../matcher"
},
{
"path": "../modules-yaml"
},
{
"path": "../outdated"
},
{
"path": "../plugin-commands-installation"
},
{
"path": "../store-path"
},
{
"path": "../types"
}
]
}