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

29 lines
432 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../dependencies-hierarchy"
},
{
"path": "../matcher"
},
{
"path": "../read-package-json"
},
{
"path": "../read-project-manifest"
},
{
"path": "../types"
}
]
}