aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-22 18:13:53 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-22 18:27:42 -0600
commit1e776b35bed788ad0c9332ac67b86b2ce4b9b826 (patch)
treea9b8dc73fced7d2160bd334da271ae04e0751dd5 /tsconfig.json
parentBump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 (#10) (diff)
downloadee4511w-web-1e776b35bed788ad0c9332ac67b86b2ce4b9b826.tar
ee4511w-web-1e776b35bed788ad0c9332ac67b86b2ce4b9b826.tar.gz
ee4511w-web-1e776b35bed788ad0c9332ac67b86b2ce4b9b826.tar.bz2
ee4511w-web-1e776b35bed788ad0c9332ac67b86b2ce4b9b826.tar.lz
ee4511w-web-1e776b35bed788ad0c9332ac67b86b2ce4b9b826.tar.xz
ee4511w-web-1e776b35bed788ad0c9332ac67b86b2ce4b9b826.tar.zst
ee4511w-web-1e776b35bed788ad0c9332ac67b86b2ce4b9b826.zip
Maybe add CSV support
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7c90de9..4ee1d0f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -45,7 +45,7 @@
"outDir": "./dist", /* Specify an output folder for all emitted files. */
"removeComments": true, /* Disable emitting comments. */
// "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. */
+ "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. */
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */