Skip to content

Update tsconfig.json #15

Update tsconfig.json

Update tsconfig.json #15

Workflow file for this run

name: typeScript
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- run: npm i
- run: npm run compile
- run: npm test