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 9383fc9 commit 37d6ffbCopy full SHA for 37d6ffb
.gitignore
@@ -2,5 +2,7 @@ node_modules
2
npm-debug.log
3
v8.log
4
dist
5
-src/*.js
6
-src/*.js.map
+src/**/*.js
+src/**/*.map
7
+tests/**/*.js
8
+tests/**/*.map
0 commit comments