Skip to content

Commit

Permalink
removing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
ermish committed Sep 11, 2023
1 parent ce2c551 commit 82942e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"outDir": "dist",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"esModuleInterop": true
},
"include": [
"src/**/*",
Expand All @@ -19,5 +19,5 @@
],
"exclude": [
"node_modules"
],
]
}

0 comments on commit 82942e3

Please sign in to comment.