Skip to content

Commit

Permalink
fix(projects): support moduleResolution node
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Aug 27, 2023
1 parent c3bae52 commit bcac3f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
"eslint-config-soybeanjs": "0.5.4",
"simple-git-hooks": "2.9.0",
"tsx": "3.12.7"
},
"pnpm": {
"patchedDependencies": {
"@elegant-router/vue@0.1.5": "patches/@elegant-router__vue@0.1.5.patch"
}
}
}
7 changes: 7 additions & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
"files": [
"dist"
],
"typesVersions": {
"*": {
"*": [
"./dist/*"
]
}
},
"scripts": {
"build": "pnpm typecheck && pnpm unbuild",
"stub": "unbuild --stub",
Expand Down

0 comments on commit bcac3f6

Please sign in to comment.