Compare commits

..

No commits in common. "37967142384aa8a8140d5d7fa1776a839d91316a" and "dae5cf96d8d0638edb19478b41c1c66a19adf7ff" have entirely different histories.

4 changed files with 4 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/node_modules/
/Gen/
/dist/

View File

@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"build": "rspack build",
"dev": "rspack --watch"
"dev": "rspack dev"
},
"author": "",
"license": "ISC",

View File

@ -1 +1 @@
console.log("bler");
console.log("blah");

View File

@ -10,9 +10,7 @@
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
/* Language and Environment */
"target": "es2020", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"lib": [
"ES2020"
], /* 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. */
// "libReplacement": true, /* Enable lib replacement. */
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */