Browse Source

add command to transpile typescript

develop
ray-1337 2 years ago
parent
commit
4276a8ac14
No known key found for this signature in database GPG Key ID: DED41DCC150FCD32
  1. 3
      package.json

3
package.json

@ -33,7 +33,8 @@
"url": "https://github.com/ray-1337/node-ufw/issues"
},
"scripts": {
"test": "ava Test.ts"
"test": "ava Test.ts",
"build": "rm -rf dist && tsc -p tsconfig.json"
},
"ava": {
"extensions": [ "ts" ],

Loading…
Cancel
Save