add compile script
This commit is contained in:
parent
bf9779dffa
commit
0d04b915c4
@ -16,7 +16,8 @@
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
||||
"test": "nyc ava",
|
||||
"ci": "yarn && node jenkins.js",
|
||||
"mutate": "stryker run"
|
||||
"mutate": "stryker run",
|
||||
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@scode/encoding-helper": "^1.0.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user