Skip to content

Commit 8a9c3b6

Browse files
patrikhellgrenAJIXuMuK
authored andcommitted
Remove invalid comma in tsconfig.json
1 parent 9704103 commit 8a9c3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"src/**/*.ts",
3535
"src/**/*.tsx"
3636
],
37-
"exclude": ["**/node_modules", "**/dist", "**/lib"],
37+
"exclude": ["**/node_modules", "**/dist", "**/lib"]
3838
}

0 commit comments

Comments
 (0)