Files
pnpm/packages/outdated/tsconfig.json
2020-04-04 04:26:49 +03:00

50 lines
732 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../config"
},
{
"path": "../constants"
},
{
"path": "../default-resolver"
},
{
"path": "../error"
},
{
"path": "../lockfile-file"
},
{
"path": "../lockfile-utils"
},
{
"path": "../manifest-utils"
},
{
"path": "../matcher"
},
{
"path": "../modules-yaml"
},
{
"path": "../pick-registry-for-package"
},
{
"path": "../types"
},
{
"path": "../dependency-path"
}
]
}