add ts-debug option to makefile for including typescript and sourcemaps

This commit is contained in:
Harvey Tindall
2020-09-23 20:14:16 +01:00
parent 9bd7fca95e
commit ce844e0574
13 changed files with 1629 additions and 2 deletions
+4
View File
@@ -32,6 +32,10 @@ typescript:
$(info Compiling typescript)
-npx tsc -p ts/
ts-debug:
-npx tsc -p ts/ --sourceMap
cp -r ts data/static/
version:
python3 version.py auto version.go