Files
pnpm/packages/outdated/tsconfig.json
2020-03-12 11:30:44 +02:00

47 lines
665 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": "../matcher"
},
{
"path": "../modules-yaml"
},
{
"path": "../types"
},
{
"path": "../utils"
},
{
"path": "../dependency-path"
}
]
}