Compare commits

...

2 Commits

Author SHA1 Message Date
hypercross 3796714238 fix: details 2025-03-30 12:49:39 +08:00
hypercross ea70047996 fix: lib 2025-03-30 12:46:56 +08:00
4 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

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

View File

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

View File

@ -10,7 +10,9 @@
// "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": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
"lib": [
"ES2020"
], /* 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. */