Files
pnpm/lockfile/fs/tsconfig.json
Zoltan Kochan fee898fdcb fix: init-package-manager (#9104)
* fix: init-package-manager

* fix: don't add packageManager=false to package.json

* refactor: create object.key-sorting

* test: fix

* fix: sort fields in package.json
2025-02-16 02:13:07 +01:00

44 lines
687 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../object/key-sorting"
},
{
"path": "../../packages/constants"
},
{
"path": "../../packages/dependency-path"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/git-utils"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/types"
},
{
"path": "../merger"
},
{
"path": "../types"
},
{
"path": "../utils"
}
]
}