Skip to content

Instantly share code, notes, and snippets.

@mugan86
Created November 8, 2019 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mugan86/f2c6f7fbbf7d1ac698528290b161653b to your computer and use it in GitHub Desktop.
Save mugan86/f2c6f7fbbf7d1ac698528290b161653b to your computer and use it in GitHub Desktop.
package.json
{
...
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "npx tsc -p ."
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment