Skip to content

Commit 074ef29

Browse files
author
AJ Stuyvenberg
authored
Merge pull request #11 from serverless/fix-tsconfig
no trailing comma, fixes #10
2 parents 808f050 + b646052 commit 074ef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"outDir": "./dist",
1010
"strict": true,
1111
"esModuleInterop": true,
12-
"resolveJsonModule": true,
12+
"resolveJsonModule": true
1313
},
1414
"typeRoots": [
1515
"node_modules/@types",

0 commit comments

Comments
 (0)