mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-05 23:23:08 +00:00
return exclude option
This commit is contained in:
parent
a0c2f40dab
commit
ccc5f52b4c
@ -50,6 +50,7 @@ module.exports = function (config) {
|
|||||||
{
|
{
|
||||||
test: /\.(js|tsx?)$/,
|
test: /\.(js|tsx?)$/,
|
||||||
loader: "ts-loader",
|
loader: "ts-loader",
|
||||||
|
exclude: /node_modules|\.d\.ts$/,
|
||||||
options: { configFile: "tsconfig.karma.json" },
|
options: { configFile: "tsconfig.karma.json" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user