Skip to content

Commit

Permalink
feat: tsd expectType
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Jul 11, 2022
1 parent a7af573 commit d33866f
Show file tree
Hide file tree
Showing 13 changed files with 261 additions and 165 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@
"devDependencies": {
"@types/micromatch": "^4.0.2",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"byots": "^4.8.0-dev.20220707.1.35",
"eslint": "^8.18.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^43.0.1",
Expand All @@ -56,11 +55,13 @@
"tslib": "^2.4.0",
"tsup": "^6.1.2",
"typescript": "^4.7.4",
"unleashed-typescript": "^1.0.0",
"vite": "^2.9.13",
"vitest": "^0.17.0"
},
"peerDependencies": {
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"vitest": "^0.17.0"
},
"keywords": [
"typescript",
Expand Down
Loading

0 comments on commit d33866f

Please sign in to comment.