♻️ switching to typescript

This commit is contained in:
2019-12-06 20:33:06 +01:00
parent 08e1cb221f
commit 38d8357ecc
40 changed files with 1048 additions and 764 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "graphfx",
"version": "0.0.15",
"version": "0.1.0",
"description": "Graph image processing pipeline",
"main": "src/index.js",
"main": "src/index.ts",
"scripts": {
"dev": "webpack-dev-server --quiet --progress --watch --mode development",
"build": "webpack --mode production --quiet --progress",