Skip to content

Commit 952ad2a

Browse files
committed
Update deps, remove generated files.
1 parent 2218f5f commit 952ad2a

8 files changed

+1101
-18301
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ coverage
66
docgen/html
77
docgen/*/temp
88
docgen/*/markdown
9+
docgen/*/*.json
10+
docgen/*/*.md
911
firebase-functions-*.tgz
1012
integration_test/.firebaserc
1113
integration_test/*.log
@@ -16,4 +18,4 @@ node_modules
1618
npm-debug.log
1719
typings
1820
yarn.lock
19-
.DS_Store
21+
.DS_Store

docgen/api-extractor.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
7878
* DEFAULT VALUE: "<projectFolder>/tsconfig.json"
7979
*/
80-
// "tsconfigFilePath": "<projectFolder>/tsconfig.json",
80+
"tsconfigFilePath": "<projectFolder>/tsconfig.release.json"
8181
/**
8282
* Provides a compiler configuration that will be used instead of reading the tsconfig.json file from disk.
8383
* The object must conform to the TypeScript tsconfig schema:

0 commit comments

Comments
 (0)