|  | 
| 55 | 55 |     // "sourceMap": true,                                /* Create source map files for emitted JavaScript files. */ | 
| 56 | 56 |     // "inlineSourceMap": true,                          /* Include sourcemap files inside the emitted JavaScript. */ | 
| 57 | 57 |     // "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. */ | 
| 58 |  | -       "outDir": "./_js",                                   /* Specify an output folder for all emitted files. */ | 
|  | 58 | +    // "outDir": "./",                                   /* Specify an output folder for all emitted files. */ | 
| 59 | 59 |     // "removeComments": true,                           /* Disable emitting comments. */ | 
| 60 | 60 |     // "noEmit": true,                                   /* Disable emitting files from a compilation. */ | 
| 61 | 61 |     // "importHelpers": true,                            /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ | 
|  | 
| 64 | 64 |     // "mapRoot": "",                                    /* Specify the location where debugger should locate map files instead of generated locations. */ | 
| 65 | 65 |     // "inlineSources": true,                            /* Include source code in the sourcemaps inside the emitted JavaScript. */ | 
| 66 | 66 |     // "emitBOM": true,                                  /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */ | 
| 67 |  | -       "newLine": "crlf",                                /* Set the newline character for emitting files. */ | 
|  | 67 | +    "newLine": "crlf",                                   /* Set the newline character for emitting files. */ | 
| 68 | 68 |     // "stripInternal": true,                            /* Disable emitting declarations that have '@internal' in their JSDoc comments. */ | 
| 69 | 69 |     // "noEmitHelpers": true,                            /* Disable generating custom helper functions like '__extends' in compiled output. */ | 
| 70 | 70 |     // "noEmitOnError": true,                            /* Disable emitting files if any type checking errors are reported. */ | 
|  | 
0 commit comments