From eeee4a2d21ac99194ba5c25291d3945539c4dba9 Mon Sep 17 00:00:00 2001 From: Ryan Atkinson Date: Fri, 19 Mar 2021 16:01:32 -0600 Subject: [PATCH] undo tsconfig exclude --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2c2a2c5d62..c237d9bf9e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { // Commented-out options have their default values. "include": ["src"], - "exclude": ["node_modules"], + // "exclude": [], // "files": [], // A list of relative or absolute file paths to include. // "extends": "", // A string containing a path to another configuration file to inherit from. // "references": [], // An array of objects `{"path": "./to/dirOrConfig"}` that specifies projects to reference.