mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d89200ad24
By default, TypeScript will emit `"use strict"` directives, so it is not necessary to include `'use strict'` in `.ts` files: https://www.typescriptlang.org/docs/handbook/compiler-options.html#:~:text=--noImplicitUseStrict PR Close #38143