mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
using es6 export
fixes coverage issue with super()
This commit is contained in:
parent
66194e084d
commit
58826519a3
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ module.exports = function(config) {
|
|||
// Karma Typescript compiler options
|
||||
karmaTypescriptConfig: {
|
||||
compilerOptions: {
|
||||
target: "es6",
|
||||
module: "commonjs",
|
||||
},
|
||||
bundlerOptions: {
|
||||
|
|
Loading…
Reference in a new issue