Files
pnpm/packages/lockfile-file/tsconfig.json

29 lines
415 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../constants"
},
{
"path": "../error"
},
{
"path": "../lockfile-types"
},
{
"path": "../merge-lockfile-changes"
},
{
"path": "../types"
}
]
}