Files
pnpm/store/plugin-commands-store-inspecting/tsconfig.json

50 lines
808 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../config/config"
},
{
"path": "../../fs/graceful-fs"
},
{
"path": "../../fs/msgpack-file"
},
{
"path": "../../lockfile/types"
},
{
"path": "../../object/key-sorting"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/parse-wanted-dependency"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manager/client"
},
{
"path": "../cafs"
},
{
"path": "../store-path"
}
]
}