Skip to content

Commit

Permalink
add TypeScript module (#623)
Browse files Browse the repository at this point in the history
if you don't add the typescript module then the following error message will appear
  • Loading branch information
restuwahyu13 authored Dec 7, 2020
1 parent 19b3875 commit 7ccae1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"chalk": "^2.4.1"
},
"devDependencies": {
"@vercel/ncc": "latest"
"@vercel/ncc": "latest",
"typescript": "^4.1.2"
}
}

0 comments on commit 7ccae1e

Please sign in to comment.