From bd36dee54c4f71aa43b7cf6e39f2310f66b89060 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:36:31 +0100 Subject: [PATCH] chore: tsconfig dev Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 831acd5d..a237676f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,9 +33,8 @@ { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, - "include": ["src"], + "include": ["src", "examples"], "exclude": [ - "examples", "node_modules", "build", "dist",