CI: Use tsd for Testing Types (#6983)

Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
Suneet Tipirneni
2021-11-23 12:00:58 -05:00
committed by GitHub
parent 2a0dedf3e9
commit 9f3bf2927c
5 changed files with 1035 additions and 332 deletions

View File

@@ -58,7 +58,7 @@ jobs:
- name: Register Problem Matcher
run: echo "##[add-matcher].github/tsc.json"
- name: Run TypeScript compiler
- name: Run Type Tests
run: npm run test:typescript
docs: