axios-axios/test
Remco Haszing abf954185a
fix: fix TypeScript type definitions for commonjs (#5196)
This is done by duplicating `index.d.ts` into `index.d.cts`, and
modifying it for CommonJS. The same was done for type tests.

Unfortunately I was unable to find a way to re-use types without
drastically changing the code base.

To test this, a minimum TypeScript version of 4.7 is needed, so it has
been updated. The old types still work with older TypeScript versions.

Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-11-10 20:23:02 +02:00
..
manual Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
module Fixed & Imporoved AxiosHeaders class (#5224) 2022-11-07 21:11:42 +02:00
specs Fixed & Imporoved AxiosHeaders class (#5224) 2022-11-07 21:11:42 +02:00
typescript fix: fix TypeScript type definitions for commonjs (#5196) 2022-11-10 20:23:02 +02:00
unit Fixed & Imporoved AxiosHeaders class (#5224) 2022-11-07 21:11:42 +02:00