mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-28 03:51:40 -04:00
* 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
9 lines
128 B
JSON
9 lines
128 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
]
|
|
}
|