diff --git a/tsconfig.json b/tsconfig.json index 2dcc0797310c..b1d44f639f50 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,5 +31,14 @@ "#third_party/*": ["./third_party/*"] } }, - "exclude": ["node_modules", "dist"] + "include": [ + "src", + "3p", + "ads", + "extensions", + "test", + "testing", + "third_party" + ], + "exclude": ["build", "dist", "dist.*", "node_modules"] }