We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-resolution
--exclude-entrypoints
are-the-types-wrong
1 parent 098f862 commit 05b55c0Copy full SHA for 05b55c0
.github/workflows/test.yml
@@ -93,10 +93,8 @@ jobs:
93
path: .
94
95
# Note: We currently expect "FalseCJS" failures for Node16 + `moduleResolution: "node16",
96
- # and the `/alternateRenderers" entry point will not resolve under Node10.
97
- # Skipping these is dangerous, but we'll leave it for now.
98
- name: Run are-the-types-wrong
99
- run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs no-resolution
+ run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs --exclude-entrypoints alternate-renderers
100
101
test-published-artifact:
102
name: Test Published Artifact ${{ matrix.example }}
0 commit comments