When I debit in the browser using ionic serve, all ts files become js files and it is more difficult to debug. How to make ts files not convert to js files.
When I debit in the browser using ionic serve, all ts files become js files and it is more difficult to debug. How to make ts files not convert to js files.
Source: https://ru.stackoverflow.com/questions/865082/
All Articles
.tsfiles without compiling to.js? - overthesanityionic-webpackout of the box generates source-maps only if you don’t turn it off manually. As an option, try inpackage.jsonto create the property"config":{ "ionic_source_map": "source_map" }- overthesanity