How can I make the errors shown in the console refer to the typescript source maps in an angular cli project? -


i have issued ng new exampleproject command. when error appears in console, stacktrace shows .js files: not .ts files. how can change this?

here example of such error:

angular error

add "sourcemap": true, in compileroptions in tsconfig.json


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -