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
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"outDir": "../data/static",
"target": "es6",
"lib": ["dom", "es2017"],
"types": ["jquery"]
}
}