build with tsc

typescript
Yanick Champoux 2019-10-24 11:40:38 -04:00
parent 3fd4d8961e
commit 6c89964a1c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"name": "updux",
"description": "Updeep-friendly Redux helper framework",
"scripts": {
"build": "babel src --out-dir dist",
"build": "tsc",
"test": "jest"
},
"version": "0.1.0",