We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bbde1 commit ebb6cd8Copy full SHA for ebb6cd8
.npmignore
@@ -0,0 +1,2 @@
1
+!dist
2
+src
package.json
@@ -1,7 +1,7 @@
{
"name": "esbuild-node-tsc",
3
"description": "Build your Typescript Node.js projects using blazing fast esbuild",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"main": "./dist/index.js",
6
"bin": {
7
"esbuild-node-tsc": "./dist/index.js",
0 commit comments