fix build system

This commit is contained in:
Jacob Nguyen
2023-12-23 16:11:16 -06:00
parent a30cf79022
commit 2f79cfbc89
2 changed files with 2 additions and 1 deletions

View File

@@ -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": [

View File

@@ -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. */