We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d69e108 + 05b55c0 commit 8c073e2Copy full SHA for 8c073e2
.github/workflows/test.yml
@@ -126,10 +126,8 @@ jobs:
126
path: .
127
128
# Note: We currently expect "FalseCJS" failures for Node16 + `moduleResolution: "node16",
129
- # and the `/alternateRenderers" entry point will not resolve under Node10.
130
- # Skipping these is dangerous, but we'll leave it for now.
131
- name: Run are-the-types-wrong
132
- 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
133
134
test-published-artifact:
135
name: Test Published Artifact ${{ matrix.example }}
0 commit comments