bring back ignore for .d.ts

This commit is contained in:
weboko 2023-02-01 01:02:03 +01:00
parent 12b58857f3
commit f281d9e531
No known key found for this signature in database

View File

@ -53,6 +53,10 @@ module.exports = function (config) {
exclude: /node_modules|\.d\.ts$/,
options: { configFile: "tsconfig.karma.json" },
},
{
test: /\.d\.ts$/,
loader: "ignore-loader",
},
],
},
output,