From e64a2c9d85da4a701524d3f4c658a7d630b3f3c4 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Wed, 14 Aug 2019 16:36:24 +0200 Subject: [PATCH] Added tsconfig to npmignore --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 322b356..d04d8f7 100644 --- a/.npmignore +++ b/.npmignore @@ -5,3 +5,4 @@ examples/ .vscode/ *.ts !*.d.ts +tsconfig.json