From 1e776b35bed788ad0c9332ac67b86b2ce4b9b826 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 22 Feb 2022 18:13:53 -0600 Subject: Maybe add CSV support Signed-off-by: Matt Strapp --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') 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. */ -- cgit v1.2.3