Skip to content

Commit

Permalink
fix: cannot find module 'tslib' (un-ts#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Unzicker <unzico@gmail.com>
  • Loading branch information
unzico and Florian Unzicker committed May 26, 2024
1 parent e8403f4 commit e29ba7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-sheep-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-import-x": patch
---

fix: cannot find module 'tslib'
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"get-tsconfig": "^4.7.3",
"is-glob": "^4.0.3",
"minimatch": "^9.0.3",
"semver": "^7.6.0"
"semver": "^7.6.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@1stg/prettier-config": "^4.0.1",
Expand Down

0 comments on commit e29ba7f

Please sign in to comment.