summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-01 16:41:36 -0400
committerpommicket <pommicket@gmail.com>2023-07-01 16:41:51 -0400
commit135849828580a35f7710f52e3b9ac75395967c65 (patch)
treefec6d62777c5f3b11504ff022d57e65b114618f7
parent6b0572abfe4c1a479a0fa8d217b792f47f8fb820 (diff)
found typescript flags
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ee92e58
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+TSFLAGS=--noImplicitAny --noEmitOnError --strictNullChecks