Skip to content

Commit

Permalink
Update deps, remove generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Apr 3, 2022
1 parent 2218f5f commit 952ad2a
Show file tree
Hide file tree
Showing 8 changed files with 1,101 additions and 18,301 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ coverage
docgen/html
docgen/*/temp
docgen/*/markdown
docgen/*/*.json
docgen/*/*.md
firebase-functions-*.tgz
integration_test/.firebaserc
integration_test/*.log
Expand All @@ -16,4 +18,4 @@ node_modules
npm-debug.log
typings
yarn.lock
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion docgen/api-extractor.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
* DEFAULT VALUE: "<projectFolder>/tsconfig.json"
*/
// "tsconfigFilePath": "<projectFolder>/tsconfig.json",
"tsconfigFilePath": "<projectFolder>/tsconfig.release.json"
/**
* Provides a compiler configuration that will be used instead of reading the tsconfig.json file from disk.
* The object must conform to the TypeScript tsconfig schema:
Expand Down

0 comments on commit 952ad2a

Please sign in to comment.