mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 23:25:02 +00:00
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,4 +1,4 @@
|
|||
import * as knex from "../knex";
|
||||
import knex from "../knex";
|
||||
import Case from "../models/Case";
|
||||
|
||||
export class GuildCases {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue