Files
pnpm/packages/plugin-commands-deploy/tsconfig.json
2022-07-24 02:56:08 +03:00

44 lines
710 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/assert-project"
},
{
"path": "../../privatePackages/prepare"
},
{
"path": "../cli-utils"
},
{
"path": "../directory-fetcher"
},
{
"path": "../error"
},
{
"path": "../filter-workspace-packages"
},
{
"path": "../fs.indexed-pkg-importer"
},
{
"path": "../lockfile-types"
},
{
"path": "../plugin-commands-installation"
},
{
"path": "../types"
}
]
}