diff options
| author | Priyansh <[email protected]> | 2022-01-19 13:19:26 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2022-01-19 13:19:26 -0500 |
| commit | 6af5afc1b0d3b08b731bead0a4e2cad27dfd472c (patch) | |
| tree | 01adfbdfc7b57ce9b2cc8c85985782a6524bdc21 /tsconfig.json | |
| parent | 420085e4a3ab242523b462fd12a2d07c1693f2aa (diff) | |
| download | izuku.js-6af5afc1b0d3b08b731bead0a4e2cad27dfd472c.tar.xz izuku.js-6af5afc1b0d3b08b731bead0a4e2cad27dfd472c.zip | |
feat: info functions
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 66353cc..7245288 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -52,7 +52,7 @@ // "noEmit": true, /* Disable emitting files from a compilation. */ // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */ - // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ + "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ |
