return exclude option

This commit is contained in:
weboko 2023-02-01 01:43:40 +01:00
parent a0c2f40dab
commit ccc5f52b4c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

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" },
},
{