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:

add "sourcemap": true, in compileroptions in tsconfig.json
Comments
Post a Comment