From 5f5a90be7b5071c22669dfad0f8a174f4ff33238 Mon Sep 17 00:00:00 2001 From: alexbcberio Date: Fri, 7 Jan 2022 14:05:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20"files"=20property?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6a9fd6d..d3c08a0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,5 @@ "noUnusedParameters": true, "strict": true }, - "files": ["src/index.ts"], "include": ["src/**/*"] }