From 5eb7976884178568f9e929aec62afa12a26b0cd1 Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Thu, 17 Dec 2020 08:33:57 -0400 Subject: [PATCH] Added jsconfig.json --- web/jsconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 web/jsconfig.json diff --git a/web/jsconfig.json b/web/jsconfig.json new file mode 100644 index 0000000..b2c0e02 --- /dev/null +++ b/web/jsconfig.json @@ -0,0 +1,3 @@ +{ + "include": ["./src/**/*"] +}