Skip to content

Commit 854bee4

Browse files
committed
removed trailing comma
1 parent dae38e5 commit 854bee4

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
@@ -12,7 +12,7 @@
1212
"esModuleInterop": true,
1313
"types" : ["node", "graphql"],
1414
"outDir": "./dist",
15-
"rootDir": "./src",
15+
"rootDir": "./src"
1616
},
1717
"exclude": ["node_modules"],
1818
"include": [

0 commit comments

Comments
 (0)