From aebec1a48b4f4f49313cb859f34b6b2485520193 Mon Sep 17 00:00:00 2001 From: nthmetal <832529@gmail.com> Date: Wed, 22 Sep 2021 23:50:04 -0400 Subject: [PATCH] remove include statement from base tsconfig.json --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 25e0763..12ce5b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,9 +20,6 @@ "dom" ] }, - "include": [ - "src/**/*.d.ts" - ], "exclude": [ "node_modules" ]