Skip to content

update tsconfig

update tsconfig #2

Workflow file for this run

name: bun-tests
on: [push]
jobs:
run-bun-tests:
name: run-bun-tests
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
- run: bun index.ts
- run: bun run build