You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With >= 1.3.0, if you would like to write your Gruntfile in TypeScript, rename your Gruntfile to end with the appropriate extension: Gruntfile.ts and install the appropriate interpreter, npm install typescript.
So, I assume ts-node needs to be installed as well.
The text was updated successfully, but these errors were encountered:
soswow
changed the title
Current says installing "typescript" package, where I think ts-node was meant instead
Current doc says "typescript" needs to be installed for TypeScript support, but I believe ts-node required as well
Jun 5, 2020
At https://gruntjs.com/blog/2018-08-15-grunt-cli-1.3.0-released I found this.
It feels like what it should be is
npm install typescript ts-node
instead. Correct me if I am wrong.I found that
extensions
over here https://github.com/gruntjs/grunt-cli/blob/master/bin/grunt#L9 has this about.ts
file type.So, I assume
ts-node
needs to be installed as well.The text was updated successfully, but these errors were encountered: