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

Add new key value to json node in java -

javascript - Highcharts Synchronized charts with missing data points -

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -