From 79421184294334e3980e6a2eb76e23373e88b63f Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Tue, 3 Jan 2023 15:52:56 -0800 Subject: [PATCH] chore(tsconfig): strip internal stuff from declarations typedoc respects this flag as well --- packages/tsconfig/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tsconfig/tsconfig.json b/packages/tsconfig/tsconfig.json index 6ef222da8..3224a619c 100644 --- a/packages/tsconfig/tsconfig.json +++ b/packages/tsconfig/tsconfig.json @@ -12,6 +12,7 @@ "declarationMap": true, "resolveJsonModule": true, "strictNullChecks": true, + "stripInternal": true, "sourceMap": true, "removeComments": false, "strict": false,