ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
I am not an expert in this but I guess that something is not working as expected with the types sections within the package.json of the antlr npm package.
After installing the package, TypeScript could not find the type definitions.
I only could get it to work by manually adding the antlr4's src directory to my tsconfig.json file like so
I am not an expert in this but I guess that something is not working as expected with the types sections within the package.json of the antlr npm package.