From 5fe971caae23989981dc5879ff57d2da17203f73 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Mon, 1 Nov 2021 16:27:43 +0200 Subject: [PATCH] Added jsconfig.json.tpl --- jsconfig.json.tpl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 jsconfig.json.tpl diff --git a/jsconfig.json.tpl b/jsconfig.json.tpl new file mode 100644 index 00000000..56e6e41d --- /dev/null +++ b/jsconfig.json.tpl @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "paths": {}, + "baseUrl": "src" + } +} \ No newline at end of file