remove types ignore in webpack

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

View File

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