mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-31 07:50:09 +00:00
fix: set target version to ES2020
Now we're done, for reals.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"declarationMap": true,
|
||||
"noUnusedLocals": true,
|
||||
"removeComments": false,
|
||||
"target": "ES2019",
|
||||
"target": "ES2020",
|
||||
"importsNotUsedAsValues": "error"
|
||||
},
|
||||
"exclude": [
|
||||
|
||||
Reference in New Issue
Block a user