Skip to content

Commit

Permalink
🔧 chore: adjust dependencies and type config
Browse files Browse the repository at this point in the history
  • Loading branch information
Assalu committed Aug 29, 2024
1 parent 1bdcb15 commit deeb10c
Show file tree
Hide file tree
Showing 3 changed files with 966 additions and 13 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"@kigoo/eslint-config": "^0.0.3",
"@kigoo/prettier-config": "^0.0.1",
"@types/eslint": "^9",
"@types/node": "^22.5.1",
"eslint": "^8",
"koishi": "^4.17.12",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "bundler",
"jsx": "react-jsx",
"jsxImportSource": "@satorijs/element",
"types": [
"node",
"yml-register/types"
"node"
]
},
"include": [
Expand Down
Loading

0 comments on commit deeb10c

Please sign in to comment.