Skip to content

Commit

Permalink
Merge pull request #1341 from SherpasGroup/fix-tsconfig
Browse files Browse the repository at this point in the history
Remove invalid comma in tsconfig.json
  • Loading branch information
AJIXuMuK committed Nov 4, 2022
2 parents 98d30e7 + 09afee8 commit da48556
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 @@ -34,5 +34,5 @@
"src/**/*.ts",
"src/**/*.tsx"
],
"exclude": ["**/node_modules", "**/dist", "**/lib"],
"exclude": ["**/node_modules", "**/dist", "**/lib"]
}

0 comments on commit da48556

Please sign in to comment.