add typechecking step to Makefile when DEBUG=on
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user