Skip to content

Commit

Permalink
feat: upgrade ts 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 27, 2023
1 parent e683a69 commit 57ec918
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 144 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,35 @@
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./index.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./vite": {
"types": "./dist/vite.d.ts",
"require": "./dist/vite.js",
"import": "./dist/vite.mjs"
},
"./webpack": {
"types": "./dist/webpack.d.ts",
"require": "./dist/webpack.js",
"import": "./dist/webpack.mjs"
},
"./rollup": {
"types": "./dist/rollup.d.ts",
"require": "./dist/rollup.js",
"import": "./dist/rollup.mjs"
},
"./esbuild": {
"types": "./dist/esbuild.d.ts",
"require": "./dist/esbuild.js",
"import": "./dist/esbuild.mjs"
},
"./*": "./*"
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -96,7 +93,7 @@
"prettier": "^2.8.3",
"rollup": "^3.10.1",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"typescript": "^5.0.0-beta",
"vite": "^4.0.4",
"vitest": "^0.28.1",
"webpack": "^5.75.0"
Expand Down

0 comments on commit 57ec918

Please sign in to comment.