Skip to content

Commit

Permalink
chore: fix tsconfig extends
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Dec 24, 2023
1 parent 9bd2f6a commit b993c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"devDependencies": {
"@hamster-bot/eslint-config": "*",
"@hamster-bot/prettier-config": "*",
"@hamster-bot/tsconfig": "^0.0.2",
"@koishijs/plugin-mock": "^2.0.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
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",
"compilerOptions": {
"outDir": "dist"
},
Expand Down

0 comments on commit b993c22

Please sign in to comment.