summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-19 07:06:23 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-19 07:06:23 -0400
commit2c65292119d13b880ad57783dda434147b6f6980 (patch)
treeb090637789548dd61f98f4c1774f03f8802caccb /package.json
parentca8eb1d421cbe4dbe6f80312b9cc6e1f9ed4a47c (diff)
Source map support. Partially working.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 60bdc8a05..df7ef042e 100644
--- a/package.json
+++ b/package.json
@@ -5,9 +5,11 @@
"fmt": "prettier --write *.ts* *.js *.json"
},
"devDependencies": {
+ "@types/source-map-support": "^0.4.0",
"http-server": "^0.11.1",
"parcel-bundler": "^1.8.1",
"protobufjs": "^6.8.6",
+ "source-map-support": "^0.5.6",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
},