Skip to content

docs(tsconfig.json): add TypeScript config cheat sheet URL for reference #33

docs(tsconfig.json): add TypeScript config cheat sheet URL for reference

docs(tsconfig.json): add TypeScript config cheat sheet URL for reference #33

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
jobs:
build:
name: TSup build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run TSup
run: npm run build