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

50 lines
750 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": "../error"
},
{
"path": "../filter-workspace-packages"
},
{
"path": "../lifecycle"
},
{
"path": "../read-project-manifest"
},
{
"path": "../sort-packages"
},
{
"path": "../store-path"
},
{
"path": "../types"
}
]
}