export type * が使えるようになった。
export type *
// OK export type * from "a"; // OK export type * as A from "a";
Last updated 1 year ago