Skip to content

Commit 7ccae1e

Browse files
authored
add TypeScript module (#623)
if you don't add the typescript module then the following error message will appear
1 parent 19b3875 commit 7ccae1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/typescript/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"chalk": "^2.4.1"
1212
},
1313
"devDependencies": {
14-
"@vercel/ncc": "latest"
14+
"@vercel/ncc": "latest",
15+
"typescript": "^4.1.2"
1516
}
1617
}

0 commit comments

Comments
 (0)