Skip to content

🪶 Use ts-ignore-import to lighten the dependencies #213

@scagood

Description

@scagood

Following up on this comment: #169 (comment 1546863039)

We have decided that it'll be best to use voxpelli/ts-ignore-import to be able to mark all types as optional peer dependencies.

Our peerDependencies will then look like:

"peerDependencies": {
  "@types/eslint": ">=8"
  "eslint": ">=8"
},
"peerDependenciesMeta": {
  "@types/eslint": {
    "optional": true
  }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions