Skip to content

Commit

Permalink
chore: fix relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 1, 2024
1 parent b91d864 commit 988c03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/contexts/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import {
} from "../utils";
import { EVENTS, SERVICE_MESSAGE_EVENTS } from "../utils";

import { PaidMediaInfo } from "#structures/paid-media-info";
import { PaidMediaInfo } from "../structures/paid-media-info";
import type { BotLike } from "../types";
import { Context } from "./context";
import {
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": "./src",
"rootDir": "./src",
"outDir": "./dist",
"paths": {
"#*": ["./*"]
}
"outDir": "./dist"
},
"include": ["src/**/*.ts"]
}

0 comments on commit 988c03e

Please sign in to comment.