{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../../bins/remover" }, { "path": "../../../core/core-loggers" }, { "path": "../../../core/logger" }, { "path": "../../../core/types" }, { "path": "../../../deps/path" }, { "path": "../../../fs/read-modules-dir" }, { "path": "../../../lockfile/filtering" }, { "path": "../../../lockfile/types" }, { "path": "../../../lockfile/utils" }, { "path": "../../../store/controller-types" } ] }