TypeScript support #
When writing specifications in TypeScript, you’ll want the types available. If you installed Bombadil via npm, you already have them — skip ahead to Your first test.
Otherwise, install the package with your package manager of choice:
npm
npm install --save-dev @antithesishq/bombadilYarn
yarn add --dev @antithesishq/bombadilBun
bun add --development @antithesishq/bombadilOr use the files provided in the release package.