mirror of https://github.com/waku-org/js-noise.git
return exclude option
This commit is contained in:
parent
a0c2f40dab
commit
ccc5f52b4c
|
@ -50,6 +50,7 @@ module.exports = function (config) {
|
|||
{
|
||||
test: /\.(js|tsx?)$/,
|
||||
loader: "ts-loader",
|
||||
exclude: /node_modules|\.d\.ts$/,
|
||||
options: { configFile: "tsconfig.karma.json" },
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue