Skip to content

Commit

Permalink
修改 typescript 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 16, 2023
1 parent acc7443 commit 1dc3e20
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"ts-proto": "^1.146.0",
"tslib": "^2.4.0",
"tsx": "^3.12.3",
"typescript": "5.2.2",
"typescript": "4.8.4",
"vh-check": "^2.0.5",
"virtualizedtableforantd4": "1.3.0",
"webpack": "^5.70.0",
Expand Down
116 changes: 58 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"module": "ES2015",
"moduleResolution": "Bundler",
"moduleResolution": "NodeNext",
"importHelpers": true,
"jsx": "react-jsx",
"esModuleInterop": true,
Expand Down

0 comments on commit 1dc3e20

Please sign in to comment.