File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@firebase/remote-config':
3+
'@firebase/analytics':
4+
'firebase':
5+
---
6+
7+
Add rollup config to generate modular typings for google3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const cjsBuilds = [
8181
const google3TypingsBuild = {
8282
input: 'dist/src/index.d.ts',
8383
output: {
84-
file: 'dist/esm/src/global_index.d.ts',
84+
file: 'dist/src/global_index.d.ts',
8585
format: 'es'
8686
},
8787
plugins: [
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const cjsBuild = {
7575
const google3TypingsBuild = {
7676
input: 'dist/src/index.d.ts',
7777
output: {
78-
file: 'dist/esm/src/global_index.d.ts',
78+
file: 'dist/src/global_index.d.ts',
7979
format: 'es'
8080
},
8181
plugins: [

0 commit comments

Comments
 (0)