From 9828d6cfab0b863541a6ed8c935e0e518ee2d14a Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 9 Jul 2023 19:29:42 +0200 Subject: [PATCH] Added the jsconfig.json file --- jsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..7256a73 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"], + "@contexts/*": ["./src/common/components/*"], + "@components/*": ["./src/common/contexts/*"], + "@states/*": ["./src/states/"] + } + } +} \ No newline at end of file