[go: up one dir, main page]

Skip to content

Commit

Permalink
Adding tsconfig.dev.json to extensions templates (firebase#3220)
Browse files Browse the repository at this point in the history
* Adding tsconfig.dev.json to extensions templates

* Changelog

* linting
  • Loading branch information
joehan authored and devpeerapong committed Dec 14, 2021
1 parent f632722 commit 930a310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixes an issue where `ext:dev:init` failed when Typescript was chosen.
5 changes: 5 additions & 0 deletions templates/extensions/typescript/tsconfig.dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"include": [
".eslintrc.js"
]
}

0 comments on commit 930a310

Please sign in to comment.