Skip to content

Commit

Permalink
fix some other minor filename problems
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Aug 4, 2024
1 parent 3c5300f commit a584510
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 @@ -2,7 +2,7 @@
"name": "complibot-submissions",
"version": "1.0.0",
"description": "Fully automated texture pushing and submission system for the Faithful Discord servers.",
"main": "index.js",
"main": "index.ts",
"scripts": {
"start": "node -r ts-node/register -r tsconfig-paths/register index.ts",
"dev": "nodemon -r tsconfig-paths/register --ignore resources/ --ignore backups/ index.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@images/*": ["./functions/images/*"],
"@interfaces/*": ["./interfaces/*"],
"@resources/*": ["./resources/*"],
"@index": ["./index.js"],
"@index": ["./index.ts"],
}
}
}

0 comments on commit a584510

Please sign in to comment.