Skip to content

Commit

Permalink
web: Indent using spaces in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
relrelb committed Sep 14, 2021
1 parent 56e8dd1 commit 2e8a177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/packages/core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"target": "es2017",
"target": "es2017",
"module": "es2015",
"moduleResolution": "node",
"strict": true,
Expand Down
2 changes: 1 addition & 1 deletion web/packages/extension/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"target": "es2017",
"target": "es2017",
"module": "es2015",
"moduleResolution": "node",
"strict": true,
Expand Down

0 comments on commit 2e8a177

Please sign in to comment.