Skip to content

Commit

Permalink
fix: replace constructeur to tsconfig repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Nov 30, 2023
1 parent f34b138 commit 11b2839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"koishi": "^4.11.0"
},
"devDependencies": {
"@hamster-bot/constructeur": "*",
"@hamster-bot/eslint-config": "*",
"@hamster-bot/prettier-config": "*",
"@hamster-bot/tsconfig": "*",
"@koishijs/plugin-database-memory": "^2.5.0",
"@koishijs/plugin-mock": "^2.6.5",
"@types/chai": "^4.3.11",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@hamster-bot/constructeur/tsconfig.base.json",
"extends": "@hamster-bot/tsconfig/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"types": ["node", "mocha"]
Expand Down

0 comments on commit 11b2839

Please sign in to comment.