From 48ebbee90360428afdb5af2a43b3580386523ff3 Mon Sep 17 00:00:00 2001 From: Thomas Reggi Date: Fri, 1 Dec 2017 05:00:46 -0500 Subject: [PATCH] added tsconfig.json as seen https://github.com/GoogleChrome/puppeteer --- prune.go | 1 + 1 file changed, 1 insertion(+) diff --git a/prune.go b/prune.go index 30b3314..530259e 100644 --- a/prune.go +++ b/prune.go @@ -53,6 +53,7 @@ var DefaultFiles = []string{ ".babelrc", ".yo-rc.json", "jest.config.js", + "tsconfig.json", } // DefaultDirectories pruned.