Tags: pi-base/dev
Tags
Update tsconfig (#12) * chore: configure conventional commits * build(tsconfig): avoid setting outFile Setting `outFile` precludes `module: "esnext"` and can't (easily?) be unset by projects extending from this config. BREAKING CHANGE: `tsconfig.shared.json/outFile` is no longer set * feat: add release script * chore(release): 0.1.0
Add Jest configuration and tests (#5) * Update README * Update lint-staged Fixes a bug wherein prettier fails to scan package.json b/c of the hardcoded `parser`. * Add Jest configuration and a simple snapshot test * Add CI step, CHANGELOG * Restore esbuild which was accidentally removed when doing some dependency cleanup