mirror of
https://github.com/emotion-js/emotion.git
synced 2026-04-03 21:47:20 +00:00
* Convert `@emotion/react`'s source code to TypeScript * add changeset * limit `package.json['files']` * fixed type issue * try `esModuleInterop` * add required cast * use `resolveJsonModule` too * fixed extra things * fixed a silly mistake * one extra thing * fixed type error * try building before running dtslint * fixed import * try to bump tested TS versions * add extra ts-ignore * make sure the ts-ignore is above the problematic line * rewrite tests to stop relying on implementation detail * fixed type error * corrext tests * fixed entrypoints types