Add TypeScript build step
This commit is contained in:
parent
658ba3a3a8
commit
636254ab6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
*.log
|
*.log
|
||||||
|
/dist/tsc
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"build:typescript": "tsc"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"download": "^8.0.0",
|
"download": "^8.0.0",
|
||||||
"@actions/core": "^1.2.4",
|
"@actions/core": "^1.2.4",
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
"ES2020",
|
"ES2020",
|
||||||
"ESNext"
|
"ESNext"
|
||||||
],
|
],
|
||||||
|
"outDir": "./dist/tsc",
|
||||||
"preserveConstEnums": true,
|
"preserveConstEnums": true,
|
||||||
"incremental": false,
|
"incremental": false,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user