build with tsc

This commit is contained in:
Yanick Champoux 2019-10-24 11:40:38 -04:00
parent 3fd4d8961e
commit 6c89964a1c

View File

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