From 6c56e8b7060716b46524d062b6ceb3458d73ed1a Mon Sep 17 00:00:00 2001 From: Avior Date: Wed, 13 Nov 2019 12:08:15 +0100 Subject: [PATCH] Removed build.json --- .gitignore | 1 - .npmignore | 1 - tsconfig.json | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4f9bd2d..af1212c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ node_modules/ *.js *.d.ts -build.json diff --git a/.npmignore b/.npmignore index 4ea78d1..0108fb4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,6 @@ node_modules/ src/ .gitignore -build.json tsconfig.json yarn.lock .npmignore diff --git a/tsconfig.json b/tsconfig.json index b6c67fa..0044f0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "include": ["src/**/*"], "compilerOptions": { /* Basic Options */ - "incremental": true, /* Enable incremental compilation */ + // "incremental": true, /* Enable incremental compilation */ "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ // "lib": [], /* Specify library files to be included in the compilation. */ @@ -16,7 +16,7 @@ "outDir": "", /* Redirect output structure to the directory. */ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "composite": true, /* Enable project compilation */ - "tsBuildInfoFile": "./build.json", /* Specify file to store incremental compilation information */ + // "tsBuildInfoFile": "", /* Specify file to store incremental compilation information */ "removeComments": true, /* Do not emit comments to output. */ // "noEmit": true, /* Do not emit outputs. */ // "importHelpers": true, /* Import emit helpers from 'tslib'. */