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

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