Closed
Description
OS: All
Build Version: 20220526.13
Repro Steps:
- Create a TypeScript project with HttpTrigger function.
- Debug it.
- Check whether succeeds to debug the project or not.
Expect:
Succeed to debug a TypeScript project.
Actual:
An error occurs when debugging a TypeScript project.
More Info:
This issue does not reproduce after executing command "npm i --save-dev @types/node".