Skip to content

Commit 498c928

Browse files
committed
fix trailing comma in tsconfig.json
1 parent bc882da commit 498c928

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
@@ -7,7 +7,7 @@
77
"outDir": "./",
88
"rootDir": "./src/",
99
"strict": true,
10-
"types": ["node"],
10+
"types": ["node"]
1111
},
1212
"include": [
1313
"./src/**/*.ts"

0 commit comments

Comments
 (0)