mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Change module version to ES2020
This commit is contained in:
parent
7298ae1562
commit
995c0360fe
|
@ -1,10 +1,4 @@
|
|||
import {
|
||||
Guild,
|
||||
TextChannel,
|
||||
Message,
|
||||
MessageReaction,
|
||||
User,
|
||||
ApplicationCommandData,
|
||||
import {Guild, TextChannel, Message, MessageReaction, User, ApplicationCommandData,
|
||||
} from 'discord.js';
|
||||
import emoji from 'node-emoji';
|
||||
import pEvent from 'p-event';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"lib": ["ES2019", "DOM"],
|
||||
"target": "es2018",
|
||||
"module": "es2022",
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"outDir": "dist",
|
||||
|
|
Loading…
Reference in a new issue