From 6db8e518f42e7be18de382269ec7f91098fb4182 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Thu, 11 Apr 2019 20:39:42 +0100 Subject: [PATCH] Move tsbuildinfo outside of dist --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9cc71f2..b85dc89 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "sourceMap": true, "outDir": "./dist", "baseUrl": "./", - "incremental": true + "incremental": true, + "tsBuildInfoFile": "./tsconfig.tsbuildinfo" }, "exclude": ["node_modules", "dist"] }