Skip to content

Commit

Permalink
CI: Use --esModuleInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
buffcode committed Sep 22, 2023
1 parent ea7e389 commit a440525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Validate related tooling
- run: yarn declarations
- run: yarn tsc distribution/danger.d.ts
- run: yarn tsc --esModuleInterop distribution/danger.d.ts
- run: rm -rf node_modules/@types/babel-*
- run: rm -rf node_modules/@types/babylon

Expand Down

0 comments on commit a440525

Please sign in to comment.