I am creating an app using vue and javascript instead of typescript.
I followed the directions for removing typescript. But now I am receiving the message for tsconfig.json
Cannot find type definition file for ‘webpack-env’.
The file is in the program because:
Entry point of type library ‘webpack-env’ specified in compilerOptions
This looks like a typescript configuration file. What is tsconfig.json used for? Should I delete this file also?