Skip to content

Commit

Permalink
chore: downgrade typescript for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 12, 2022
1 parent a75117d commit aca30e0
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 100 deletions.
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -63,10 +63,13 @@
"sirv-cli": "^2.0.2",
"size-limit": "^8.1.0",
"type-coverage": "^2.22.0",
"typescript": "4.8.3",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.11.2",
"vitest": "^0.23.2"
},
"resolutions": {
"typescript": "~4.7.4"
},
"publishConfig": {
"main": "./lib/index.cjs",
"module": "./lib/index.js",
Expand All @@ -77,6 +80,11 @@
},
"types": "./lib/index.d.ts"
},
"pnpm": {
"overrides": {
"typescript": "~4.7.4"
}
},
"size-limit": [
{
"path": "lib/index.js"
Expand Down

0 comments on commit aca30e0

Please sign in to comment.