Skip to content

Commit

Permalink
Merge pull request #11 from serverless/fix-tsconfig
Browse files Browse the repository at this point in the history
no trailing comma, fixes #10
  • Loading branch information
AJ Stuyvenberg authored Jul 23, 2019
2 parents 808f050 + b646052 commit 074ef29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"resolveJsonModule": true
},
"typeRoots": [
"node_modules/@types",
Expand Down

0 comments on commit 074ef29

Please sign in to comment.