From 58f52777bdb81de6ac8951a1f84aebbe9ea4fb3a Mon Sep 17 00:00:00 2001 From: wanhose Date: Sat, 16 May 2020 16:31:41 +0200 Subject: [PATCH] feat(jsconfig): create json file and set baseUrl flag --- 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..7e1baff --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "baseUrl": "src" + } +} \ No newline at end of file