Skip to content

Commit b5a1a60

Browse files
authored
one neat trick to fix slow builds (#7036)
1 parent c36f3ab commit b5a1a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"outDir": "dist"
55
},
66
"exclude": [
7-
"dist/**/*"
7+
"**/dist/**/*"
88
]
99
}

0 commit comments

Comments
 (0)