Skip to content

Commit

Permalink
fix: 修复pnpm build时 taro-runtime 和 taro-view-runner的编译报错
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyanan18 committed Oct 15, 2024
1 parent 8f95b5e commit 0d8ebed
Show file tree
Hide file tree
Showing 3 changed files with 16,779 additions and 12,299 deletions.
3 changes: 2 additions & 1 deletion packages/taro-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@vue/runtime-core": "^3.4.23",
"lodash": "^4.17.21",
"react": "^18.2.0",
"rollup-plugin-ts": "^3.4.5"
"rollup-plugin-ts": "^3.4.5",
"typescript": "~5.4.5"
}
}
1 change: 1 addition & 0 deletions packages/taro-vite-runner/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.root.json",
"compilerOptions": {
"target": "ES2018",
"baseUrl": ".",
"declaration": true,
"lib": ["ESNext"],
Expand Down
Loading

0 comments on commit 0d8ebed

Please sign in to comment.