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

41 lines
616 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../core-loggers"
},
{
"path": "../dependency-path"
},
{
"path": "../filter-lockfile"
},
{
"path": "../lockfile-types"
},
{
"path": "../lockfile-utils"
},
{
"path": "../read-modules-dir"
},
{
"path": "../remove-bins"
},
{
"path": "../store-controller-types"
},
{
"path": "../types"
}
]
}