From 9ac5f48ff3eafae1fbb312a6081a80ff245fafff Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Mon, 26 Sep 2022 07:51:23 -0600 Subject: [PATCH] Add jsonc registration for TypeDoc config (#157362) This is supported as of TypeDoc 0.23. Since it is more commonly used than ember-cli, seems reasonable to add it here. --- extensions/json/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/json/package.json b/extensions/json/package.json index 8cb003806d4..ba3b94b8c78 100644 --- a/extensions/json/package.json +++ b/extensions/json/package.json @@ -61,7 +61,8 @@ "filenames": [ "babel.config.json", ".babelrc.json", - ".ember-cli" + ".ember-cli", + "typedoc.json" ], "configuration": "./language-configuration.json" }