Add more exclude directories

This commit is contained in:
Oliver Akins 2022-07-20 21:25:10 -06:00
parent f179188618
commit 0a5f83704d
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -72,6 +72,9 @@
"stripInternal": true
},
"exclude": [
"src/**/*.spec.ts"
"src/**/*.spec.ts",
"esm/**/*",
"cjs/**/*",
"node_modules/**/*"
]
}