Add more exclude directories
This commit is contained in:
parent
f179188618
commit
0a5f83704d
1 changed files with 4 additions and 1 deletions
|
|
@ -72,6 +72,9 @@
|
|||
"stripInternal": true
|
||||
},
|
||||
"exclude": [
|
||||
"src/**/*.spec.ts"
|
||||
"src/**/*.spec.ts",
|
||||
"esm/**/*",
|
||||
"cjs/**/*",
|
||||
"node_modules/**/*"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue