We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fc83e commit a6d49d7Copy full SHA for a6d49d7
.npmignore
@@ -1,3 +1,8 @@
1
**/*
2
-!dist/**/*
+dist/utils/__mock__
3
+!dist/analysis/*
4
+!dist/middleware/*
5
+!dist/rateLimiters/*
6
+!dist/utils/*
7
+!dist/*
8
!package.json
tsconfig.json
@@ -40,7 +40,6 @@
40
"test/**/*.js"
41
],
42
"exclude": [
43
- "src/utils/__mocks__",
44
"node_modules",
45
"**/*.spec.ts",
46
"test",
0 commit comments