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:
@@ -7,6 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "sern build",
|
"build": "sern build",
|
||||||
"start": "node .",
|
"start": "node .",
|
||||||
|
"install": "sern build",
|
||||||
"commands:publish": "sern commands publish"
|
"commands:publish": "sern commands publish"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
/* Language and Environment */
|
/* Language and Environment */
|
||||||
"target": "ES2020",
|
"target": "ES2020",
|
||||||
"moduleResolution": "nodenext",
|
"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. */
|
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
||||||
// "jsx": "preserve", /* Specify what JSX code is generated. */
|
// "jsx": "preserve", /* Specify what JSX code is generated. */
|
||||||
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
||||||
|
|||||||
Reference in New Issue
Block a user