This commit is contained in:
2025-07-03 09:48:54 +02:00
parent 80cb726501
commit 93c7815d96
12 changed files with 43101 additions and 30 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
/* Language and Environment */
"target": "es6",
"target": "es2017",
/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"lib": ["es2017", "dom"],
/* Specify a set of bundled library declaration files that describe the target runtime environment. */
@@ -29,7 +29,7 @@
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
/* Modules */
"module": "es6",
"module": "es2015",
/* Specify what module code is generated. */
// "rootDir": "./", /* Specify the root folder within your source files. */
"moduleResolution": "node",
@@ -65,7 +65,7 @@
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
"outDir": "../html_ui/InGamePanels/tfdidesign-md11-load-manager-panel",
// "outDir": "../html_ui/InGamePanels/tfdidesign-md11-load-manager-panel",
/* Specify an output folder for all emitted files. */
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */