Closed dgroh closed 8 years ago
The npm run karma works find, but the ts files do not get mapped somehow, so it's impossible to debug.
npm run karma
Do you have the fix implemented in #119 ?
Removing transform section from karma.config solved the problem
transform
The
npm run karma
works find, but the ts files do not get mapped somehow, so it's impossible to debug.