From bca323ca599bff871d53806ed40e6baba57d0aa4 Mon Sep 17 00:00:00 2001 From: Pourcheriki Date: Sun, 2 May 2021 18:30:23 +0430 Subject: [PATCH] fix import components absolutelty --- jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 000000000..8847c692a --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": "src", + "paths": { + "*": [ + "src/*" + ] + } + } +} \ No newline at end of file