File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"dtsRollup" : {
8
8
"enabled" : true ,
9
- "untrimmedFilePath" : " <projectFolder>/dist/cordova/index.cordova .d.ts" ,
10
- "publicTrimmedFilePath" : " <projectFolder>/dist/cordova/index.cordova -public.d.ts"
9
+ "untrimmedFilePath" : " <projectFolder>/dist/cordova/<unscopedPackageName> .d.ts" ,
10
+ "publicTrimmedFilePath" : " <projectFolder>/dist/cordova/<unscopedPackageName> -public.d.ts"
11
11
}
12
12
}
Original file line number Diff line number Diff line change 3
3
"description" : " A Cordova-specific build of the Firebase Auth JS SDK" ,
4
4
"browser" : " ../dist/cordova/index.js" ,
5
5
"module" : " ../dist/cordova/index.js" ,
6
- "typings" : " ../dist/cordova/index. cordova.d.ts"
6
+ "typings" : " ../dist/cordova/auth- cordova-public .d.ts"
7
7
}
Original file line number Diff line number Diff line change 6
6
},
7
7
"dtsRollup" : {
8
8
"enabled" : true ,
9
- "untrimmedFilePath" : " <projectFolder>/dist/web-extension-esm2017/index.web-extension .d.ts" ,
10
- "publicTrimmedFilePath" : " <projectFolder>/dist/web-extension-esm2017/index.web-extension -public.d.ts"
9
+ "untrimmedFilePath" : " <projectFolder>/dist/web-extension-esm2017/<unscopedPackageName> .d.ts" ,
10
+ "publicTrimmedFilePath" : " <projectFolder>/dist/web-extension-esm2017/<unscopedPackageName> -public.d.ts"
11
11
}
12
12
}
Original file line number Diff line number Diff line change 4
4
"main" : " ../dist/web-extension-cjs/index.js" ,
5
5
"browser" : " ../dist/web-extension-esm2017/index.js" ,
6
6
"module" : " ../dist/web-extension-esm2017/index.js" ,
7
- "typings" : " ../dist/web-extension-esm2017/index. web-extension.d.ts"
7
+ "typings" : " ../dist/web-extension-esm2017/auth- web-extension-public .d.ts"
8
8
}
You can’t perform that action at this time.
0 commit comments