From d00b607467f5c9819e7460e663dd4b1f45359aa0 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Fri, 10 Dec 2021 21:00:47 -0300 Subject: [PATCH] chore: minor config changes --- .babelrc | 3 +-- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.babelrc b/.babelrc index b508877c..7563f250 100644 --- a/.babelrc +++ b/.babelrc @@ -5,6 +5,5 @@ "@babel/preset-typescript" ], "comments": false, - "compact": true, - "sourceMaps": true + "compact": true } diff --git a/tsconfig.json b/tsconfig.json index 9ddb1041..86edeaeb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -49,7 +49,7 @@ // "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": "./dist" /* Specify an output folder for all emitted files. */, // "removeComments": true, /* Disable emitting comments. */ - // "noEmit": true, /* Disable emitting files from a compilation. */ + "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": "error" /* 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. */,