Files
pnpm/packages/plugin-commands-listing/tsconfig.json
2020-11-19 01:04:43 +02:00

44 lines
665 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/prepare"
},
{
"path": "../cli-utils"
},
{
"path": "../common-cli-options-help"
},
{
"path": "../config"
},
{
"path": "../constants"
},
{
"path": "../error"
},
{
"path": "../filter-workspace-packages"
},
{
"path": "../list"
},
{
"path": "../plugin-commands-installation"
},
{
"path": "../types"
}
]
}