feat(tui): allow collapsing archived todo panels

This commit is contained in:
Brooklyn Nicholson 2026-04-26 16:15:59 -05:00
parent c78b528125
commit b36007b246
4 changed files with 40 additions and 9 deletions

View file

@ -26,7 +26,7 @@ module.exports = {
],
// We feed already-compiled JS into babel; don't re-parse as TS/JSX.
// @babel/preset-env etc. would over-transform — the compiler is our only
// transform here.
babelrc: false,
configFile: false
// transform here. babelrc:false stops @babel/cli from walking up the
// filesystem looking for other configs (the parent repo might add one).
babelrc: false
}