|
|
|
|
|
by austincheney
2255 days ago
|
|
The TypeScript compiler and the various @types NPM packages are dependencies. Node and NPM are also dependencies since this project will not execute without them. What this project means by no dependencies is that there is nothing external pulled into the compiled JavaScript. |
|