From 1098fa64a094881fd1f840a708b1459e43a39bef Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 7 Jul 2023 01:00:46 +0200 Subject: [PATCH] Created the jsconfig.json --- src/jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/jsconfig.json diff --git a/src/jsconfig.json b/src/jsconfig.json new file mode 100644 index 0000000..2b588be --- /dev/null +++ b/src/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"], + "@components/*": ["./src/common/components/*"], + "@contexts/*": ["./src/common/contexts/*"] + } + } +} \ No newline at end of file