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 342eccf commit c5479c2Copy full SHA for c5479c2
.npmignore
@@ -1,9 +1,11 @@
1
**/*.test.ts
2
-tsconfig.json
+**/*.test.tsx
3
+tsconfig.*
4
.env
5
.volumes/
6
yarn-error.log
-.github/**
7
+.github/
8
src/**
9
+test/
10
coverage/
11
.dependabot/
package.json
@@ -22,9 +22,6 @@
22
"publishConfig": {
23
"access": "public"
24
},
25
- "files": [
26
- "dist/links.jsx"
27
- ],
28
"scripts": {
29
"test": "jest --coverage",
30
"test:watch": "jest --watch",
0 commit comments