Update typescript template to follow some conventions (#42)

* Update default project to follow conventions
This commit is contained in:
Ross Brodbeck
2019-12-06 14:22:35 -05:00
committed by GitHub
parent 752ef589a8
commit 9cdc5b327a
16 changed files with 2823 additions and 1238 deletions

View File

@@ -7,4 +7,4 @@ inputs:
default: 'default value if applicable'
runs:
using: 'node12'
main: 'lib/main.js'
main: 'dist/index.js'