From a0e19e134c3118e1d888d3499e0176aa965c6e54 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Lazo Date: Tue, 15 Oct 2019 09:01:54 -0700 Subject: [PATCH] Improve package json template --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 846349048..4c0604dd3 100755 --- a/src/index.ts +++ b/src/index.ts @@ -257,7 +257,7 @@ prog main: 'dist/index.js', module: `dist/${safeName}.esm.js`, typings: `dist/index.d.ts`, - files: ['dist'], + files: ['dist', 'src'], scripts: { start: 'tsdx watch', build: 'tsdx build',