mirror of
https://github.com/sern-handler/create-bot
synced 2026-06-06 01:16:53 +00:00
fix build system
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
/* Language and Environment */
|
||||
"target": "ES2020",
|
||||
"moduleResolution": "nodenext",
|
||||
"module": "es2020", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
||||
"module": "nodenext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
||||
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
||||
// "jsx": "preserve", /* Specify what JSX code is generated. */
|
||||
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
||||
|
||||
Reference in New Issue
Block a user