From 12c03a868d51469134916d224b5c41c39c039cb1 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sun, 29 Jan 2023 23:32:23 +0100 Subject: [PATCH] base tsconfig: remove files section All files are specified in the individual sub projects --- tsconfig.base.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 04ea3e1d..4fffdfd9 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -99,6 +99,5 @@ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, - "files": ["./package.json", "./server/helper.ts"], "exclude": ["./dist"] }