mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
* chore(ci): Add release-it script; * chore(ci): add `release:no-npm` script to release the package without making an npm release; * fix(test): fixed `d.ts` typings; refactor(test): refactor typescript tests;
7 lines
75 B
JSON
7 lines
75 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "node16"
|
|
}
|
|
}
|