mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
using commonjs module for karma
This commit is contained in:
parent
d07da6d675
commit
a0ca880323
1 changed files with 1 additions and 6 deletions
|
@ -39,12 +39,7 @@ module.exports = function(config) {
|
|||
// Karma Typescript compiler options
|
||||
karmaTypescriptConfig: {
|
||||
compilerOptions : {
|
||||
// baseUrl: ".",
|
||||
// module: "commonjs",
|
||||
// paths : {
|
||||
// "../Tone" : ["./Tone"],
|
||||
// // "@tonejs/plot": ["./node_modules/@tonejs/plot/dist/index.d.ts"],
|
||||
// },
|
||||
module: "commonjs",
|
||||
},
|
||||
bundlerOptions: {
|
||||
resolve: {
|
||||
|
|
Loading…
Reference in a new issue