mirror of
https://github.com/waku-org/js-noise.git
synced 2025-02-24 17:08:10 +00:00
ignore node modules by ts loader
This commit is contained in:
parent
72bb7a4625
commit
e2e4d00d0f
@ -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…
x
Reference in New Issue
Block a user