Skip to content

Commit b7b1bb4

Browse files
committed
fix(cra-template): remove trailing comma and restore original EJS formatting
1 parent 0d5a6b6 commit b7b1bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/react-cra/project/base/tsconfig.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"noUncheckedSideEffectImports": true,
2424
"baseUrl": ".",
2525
"paths": {
26-
"@/*": ["./src/*"],
26+
"@/*": ["./src/*"]
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)