During Local Build, After copying src/app/config.env.ts.example to src/app/config.dev.ts and src/app/config.prod.ts. , running ionic serve throws a typescript error
[11:58:22] typescript: src/app/config.dev.ts, line: 11 ',' expected. L11: const ENV = { L12: // change this to true, in config.prod.ts [11:58:22] typescript: src/app/config.prod.ts, line: 11 ',' expected.
Fixed
Metadata Update from @amitosh: - Issue status updated to: Closed (was: Open)