Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 1338dc8

Browse files
authored
Merge pull request #2386 from Tjitse-E/patch-2
Remove trailing comma in Typescript config
2 parents 03b919b + 6616ee4 commit 1338dc8

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
@@ -19,7 +19,7 @@
1919
"paths": {
2020
"core/*": ["core/*"],
2121
"theme/*": ["src/themes/default/*"], //needs testing with non-default theme!
22-
"core/modules/*": ["./core/modules/*"],
22+
"core/modules/*": ["./core/modules/*"]
2323
},
2424
"lib": ["es2017", "dom"]
2525
},

0 commit comments

Comments
 (0)