add typechecking step to Makefile when DEBUG=on

This commit is contained in:
Harvey Tindall
2021-05-03 18:32:56 +01:00
parent 5d8f139356
commit 2c6d08319b
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"outDir": "../js",
"target": "es6",
"lib": ["dom", "es2017"],
"typeRoots": ["./typings", "./node_modules/@types"],
"typeRoots": ["./typings", "../node_modules/@types"],
"moduleResolution": "node",
"esModuleInterop": true
}