We use typings to bundle the typings and using tsc to run test, so noEmit actually does not work.
What should we do for @types when redirect has landed?
Do we need to put typings into a single file or need to use /// <reference?
In either case, since we are writing d.ts, noEmit still doesn't apply. 🌷