Skip to content

Commit 718e5a7

Browse files
authored
Adding tsconfig.dev.json to extensions templates (#3220)
* Adding tsconfig.dev.json to extensions templates * Changelog * linting
1 parent e41cac2 commit 718e5a7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixes an issue where `ext:dev:init` failed when Typescript was chosen.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"include": [
3+
".eslintrc.js"
4+
]
5+
}

0 commit comments

Comments
 (0)