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

62 lines
976 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/assert-store"
},
{
"path": "../../privatePackages/prepare"
},
{
"path": "../cafs"
},
{
"path": "../cli-utils"
},
{
"path": "../config"
},
{
"path": "../dependency-path"
},
{
"path": "../error"
},
{
"path": "../get-context"
},
{
"path": "../lockfile-file"
},
{
"path": "../lockfile-utils"
},
{
"path": "../normalize-registries"
},
{
"path": "../parse-wanted-dependency"
},
{
"path": "../pick-registry-for-package"
},
{
"path": "../store-connection-manager"
},
{
"path": "../store-controller-types"
},
{
"path": "../types"
}
]
}