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.
This commit is contained in:
Gerrit Birkeland
2022-09-26 07:51:23 -06:00
committed by GitHub
parent ca2a1803b1
commit 9ac5f48ff3

View File

@@ -61,7 +61,8 @@
"filenames": [
"babel.config.json",
".babelrc.json",
".ember-cli"
".ember-cli",
"typedoc.json"
],
"configuration": "./language-configuration.json"
}