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 9a57493 commit 510a4d4Copy full SHA for 510a4d4
.gitignore
@@ -1,5 +1,7 @@
1
/dist
2
/.DS_Store
3
+/database-debug.log
4
+/firestore-debug.log
5
6
# Logs
7
logs
package.json
@@ -9,7 +9,6 @@
9
},
10
"files": [
11
"/dist",
12
- "/src",
13
"package-lock.js"
14
],
15
"scripts": {
src/.npmignore
@@ -1 +1,2 @@
-*.test.ts
+*.test.ts
+_test
tsconfig.json
@@ -22,6 +22,7 @@
22
"src/**/*"
23
24
"exclude": [
25
+ "src/**/_test",
26
"src/**/*.test.ts"
27
]
28
}
0 commit comments