Skip to content

Commit e29ba7f

Browse files
unzicoFlorian Unzicker
and
Florian Unzicker
authored
fix: cannot find module 'tslib' (#82)
Co-authored-by: Florian Unzicker <[email protected]>
1 parent e8403f4 commit e29ba7f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/hot-sheep-visit.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
fix: cannot find module 'tslib'

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"get-tsconfig": "^4.7.3",
5656
"is-glob": "^4.0.3",
5757
"minimatch": "^9.0.3",
58-
"semver": "^7.6.0"
58+
"semver": "^7.6.0",
59+
"tslib": "^2.6.2"
5960
},
6061
"devDependencies": {
6162
"@1stg/prettier-config": "^4.0.1",

0 commit comments

Comments
 (0)