mirror of
https://github.com/SrIzan10/sern-create-bot.git
synced 2026-05-01 11:05:20 +00:00
fix build system
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"scripts": {
|
||||
"build": "sern build",
|
||||
"start": "node .",
|
||||
"install": "sern build",
|
||||
"commands:publish": "sern commands publish"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@@ -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