Skip to content

Commit

Permalink
fix(typescript): fix karma+ts unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed May 3, 2020
1 parent 86ae76f commit 7d90d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skeleton/karma/karma.conf.js__if_cli-bundler
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ transpilerOptions.sourceMap = 'inline';
let compilerOptions = tsconfig.compilerOptions;
compilerOptions.inlineSourceMap = true;
compilerOptions.inlineSources = true;
compilerOptions.module = 'amd';
// @endif

module.exports = function(config) {
Expand Down

0 comments on commit 7d90d2b

Please sign in to comment.