diff --git a/dev-infra/utils/config.ts b/dev-infra/utils/config.ts index 7f68e247c6..b7e0079082 100644 --- a/dev-infra/utils/config.ts +++ b/dev-infra/utils/config.ts @@ -9,8 +9,9 @@ import {join} from 'path'; import {exec} from 'shelljs'; -// The filename expected for creating the ng-dev config. -const CONFIG_FILE_NAME = '.ng-dev-config.js'; +// The filename expected for creating the ng-dev config, without the file +// extension to allow either a typescript or javascript file to be used. +const CONFIG_FILE_NAME = '.ng-dev-config'; /** * Gets the path of the directory for the repository base.