From d1fa542227416f5e0f67383e6672e4a1eafca013 Mon Sep 17 00:00:00 2001 From: Alex Eden Date: Sun, 3 Apr 2022 22:47:48 -0500 Subject: [PATCH] Fixing package output to dist --- tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index bba2f9e..f6ba1d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,10 +27,6 @@ ], "target": "esnext" }, - "include": [ - "src/", - "examples/" - ], "exclude": [ "node_modules" ]