From c184de175d4961bc1010d2b17f10c81497c31455 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 8 May 2020 10:04:31 -0700 Subject: [PATCH] build: migrate to typescript file for ng-dev config (#37017) Migrate to use a typescript file rather than a javascript file for defining the ng-dev config file. This will allow long term for the config to rely on the types while writing the config, avoiding errors. PR Close #37017 --- .ng-dev-config.js => .ng-dev-config.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .ng-dev-config.js => .ng-dev-config.ts (100%) diff --git a/.ng-dev-config.js b/.ng-dev-config.ts similarity index 100% rename from .ng-dev-config.js rename to .ng-dev-config.ts