mgechev / ngrev

Tool for reverse engineering of Angular applications
MIT License
1.58k stars 106 forks source link

Facing the compilation error with tsconfig path #50

Open sheikalthaf opened 5 years ago

sheikalthaf commented 5 years ago

compilation failed when i have declared the tsconfig paths

jkyoutsey commented 5 years ago

Just to add clarity to this issue, ngrev is not processing the tsconfig.json's paths property.

        "paths": {
            "@environments/*": ["src/environments/*"],
            "@services/*": ["src/app/services/*"],
                          ...
        },