Skip to content

Commit

Permalink
fix(vite-config-custom): add tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 13, 2023
1 parent af33871 commit e666241
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/vite-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terwer/vite-config-custom",
"version": "0.1.1",
"version": "0.1.2",
"description": "custom config for vite",
"keywords": [
"vite",
Expand All @@ -17,7 +17,8 @@
"vite-plugin-dts": "^2.3.0",
"vite-plugin-static-copy": "^0.14.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1"
"vitest": "^0.30.1",
"tslib": "^2.5.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e666241

Please sign in to comment.