This commit is contained in:
syneff
2025-06-11 15:56:52 +09:00
parent 7759fd246e
commit 40cec0dae1
8 changed files with 104 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
/* Language and Environment */
"target": "es2023", /* 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. */