mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 03:02:49 -05: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
18 lines
259 B
JSON
18 lines
259 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "../test.lib",
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"../../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": ".."
|
|
}
|
|
]
|
|
}
|