Skip to content

Commit

Permalink
Update indentation on tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jpieper committed Aug 6, 2019
1 parent eb1b120 commit 8343373
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true
}
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
}
}

0 comments on commit 8343373

Please sign in to comment.