Mark `moment` as being an external library.
Review Request #13781 — Created April 24, 2024 and submitted — Latest diff uploaded
This fixes attempts to import the moment library from our non-lib JS
codebases.
Used
import moment from 'moment'
in a file and saw that compiling no
longer blew up.