Allow JSON TS imports, fix errors from enabling esModuleInterop (required for JSON imports)
This commit is contained in:
parent
e6f296381e
commit
498ebe8939
8 changed files with 13 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Plugin, decorators as d, waitForReaction } from "knub";
|
||||
import { Guild, GuildAuditLogEntry, Member, Message, TextChannel, User } from "eris";
|
||||
import * as moment from "moment-timezone";
|
||||
import * as humanizeDuration from "humanize-duration";
|
||||
import moment from "moment-timezone";
|
||||
import humanizeDuration from "humanize-duration";
|
||||
import { GuildCases } from "../data/GuildCases";
|
||||
import {
|
||||
convertDelayStringToMS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue