I want to make some custom configurations for axios
such as axios.c = {}
, which is no problem in the original js file
but
prompts TS2551: Property "c" does not exist on type "AxiosStatic". after migrating to typescript. Did you mean "Cancel"?
how can this be done?