Replace inline compile args with tsconfig

This commit is contained in:
Kevin Stillhammer 2026-03-28 16:06:13 +01:00
parent 447e6d02b1
commit f6e59b4269
No known key found for this signature in database
2 changed files with 10 additions and 1 deletions

View file

@ -38,7 +38,7 @@ jobs:
npm run all
- name: Check all jobs are in all-tests-passed.needs
run: |
tsc --module nodenext --moduleResolution nodenext --target es2022 check-all-tests-passed-needs.ts
tsc -p tsconfig.json
node check-all-tests-passed-needs.js
working-directory: .github/scripts
- name: Make sure no changes from linters are detected