mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-28 12:01:37 -04:00
* feat: add ignored-builds command * test: ignored-builds * test: ignored-builds * fix: document the new command * refactor: update text * feat: add approve-builds command * feat: rebuild approved packages * fix: ignored builds * feat: add final approval prompt * test: approve builds * refactor: approve-builds
9 lines
128 B
JSON
9 lines
128 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
]
|
|
}
|