ignore node modules by ts loader

This commit is contained in:
weboko 2023-02-01 00:01:27 +01:00
parent 72bb7a4625
commit e2e4d00d0f
No known key found for this signature in database

View File

@ -50,6 +50,7 @@ module.exports = function (config) {
{
test: /\.(js|tsx?)$/,
loader: "ts-loader",
exclude: /node_modules|\.d\.ts$/,
options: { configFile: "tsconfig.karma.json" },
},
{