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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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