From a2697d214ac3e1dea612b1feb77ac3a3666719ec Mon Sep 17 00:00:00 2001 From: Ryan Petrich Date: Sat, 3 Aug 2019 20:50:35 -0400 Subject: [PATCH] Add prettier and typescript configuration files to npm ignore --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 1e14d45..b1b090d 100644 --- a/.npmignore +++ b/.npmignore @@ -6,3 +6,5 @@ generate-helpers-string.js *.ts tests/ .DS_Store +tsconfig.json +.prettierrc.json