mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-05-22 01:49:26 +00:00
bring back ignore for .d.ts
This commit is contained in:
parent
12b58857f3
commit
f281d9e531
@ -53,6 +53,10 @@ module.exports = function (config) {
|
|||||||
exclude: /node_modules|\.d\.ts$/,
|
exclude: /node_modules|\.d\.ts$/,
|
||||||
options: { configFile: "tsconfig.karma.json" },
|
options: { configFile: "tsconfig.karma.json" },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
test: /\.d\.ts$/,
|
||||||
|
loader: "ignore-loader",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
output,
|
output,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user