Skip to content

Commit

Permalink
Remove invalid comma in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhellgren committed Oct 19, 2022
1 parent b1f6d35 commit 09afee8
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 09afee8

Please sign in to comment.