Skip to content

Error while parsing project for Angular 12 App #159

@vsha041

Description

@vsha041

Our app is using Angular 12 and when I choose the tsconfig.app.json and it gives me following error. Is there a way to get more information about the error message? Is it expecting something that it did not encounter in the tsconfig.app.json file? or somewhere in the codebase?

This is how the tsconfig.app.json file looks like. And I am running ngrev-0.0.35.exe from my Downloads folder on Windows. Does ngrev-0.0.35.exe itself needs something to be installed on my windows machine? like some specific version of Angular?

{
	"extends": "./tsconfig.json",
	"compilerOptions": { "types": [] },
	"files": ["src/main.ts", "src/polyfills.ts"],
	"include": ["**/*.d.ts"],
	"exclude": ["src/test-setup.ts", "**/*.spec.ts", "**/*.test.ts"]
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions