-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
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"]
}
jwdinkel, nivrith, dionatan-g and mp54214
Metadata
Metadata
Assignees
Labels
No labels