restyped-axios
restyped-axios copied to clipboard
VS Code complains about tsconfig.json
After I did npm install restyped-axios
, Visual Studio Code complained about the tsconfig.json
file included in the distribution, specifically the fact that index.ts
could not be found.
Deleting the file fixed the issue. Does it even need to be included in the distribution?