From 3bcb88ef0b4efefff88f1a49804897e629f3e85a Mon Sep 17 00:00:00 2001 From: Leo Taifa Merinen Date: Mon, 23 Mar 2020 00:11:12 +0000 Subject: [PATCH] Update tsconfig.json --- template/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/tsconfig.json b/template/tsconfig.json index f52b34e2..2edf373a 100644 --- a/template/tsconfig.json +++ b/template/tsconfig.json @@ -15,7 +15,7 @@ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "removeComments": true, /* Do not emit comments to output. */ "noEmit": true, /* Do not emit outputs. */ - "incremental": true, /* Enable incremental compilation */ + // "incremental": true, /* Enable incremental compilation */ // "importHelpers": true, /* Import emit helpers from 'tslib'. */ // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */