From 5eadf69c5a1dcfb276ee928ea1e6da739579866c Mon Sep 17 00:00:00 2001 From: fireyy Date: Mon, 18 Dec 2017 10:52:07 +0800 Subject: [PATCH] feat: add jsconfig --- jsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..f183e91 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "include": [ + "./src/**/*" + ] +}