Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
Fix error:
ErrorEXError [JSONError]: Trailing comma in object at 24:4 in /hooks-toolkit-ts/tsconfig.json
  • Loading branch information
zgrguric authored Dec 28, 2024
1 parent de41aa4 commit 2fd4fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"preserveSymlinks": true,
"preserveSymlinks": true
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit 2fd4fe6

Please sign in to comment.