Skip to content

Conversation

ybiquitous
Copy link
Member

Which issue, if any, is this issue related to?

Resolves the type error in:

Is there anything in the PR that needs further explanation?

This prevents the type error in node_modules/, such as:

Error: node_modules/strip-indent/index.d.ts(19,25): error TS2528: A module cannot have multiple default exports.

https://github.com/stylelint/create-stylelint/actions/runs/18186330053/job/51771262975?pr=126#step:6:51

Also, tsc --init outputs skipLibCheck: true. It's recommended.

Ref https://www.typescriptlang.org/tsconfig/#skipLibCheck

This prevents the type error in `node_modules/`, such as:

```
Error: node_modules/strip-indent/index.d.ts(19,25): error TS2528: A module cannot have multiple default exports.
```

https://github.com/stylelint/create-stylelint/actions/runs/18186330053/job/51771262975?pr=126#step:6:51

Also, `tsc --init` outputs `skipLibCheck: true`. It's recommended.

Ref https://www.typescriptlang.org/tsconfig/#skipLibCheck
@jeddy3 jeddy3 merged commit ff26cce into main Oct 2, 2025
24 of 25 checks passed
@jeddy3 jeddy3 deleted the skip-lib-check branch October 2, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants