From eed135c0f2b8d44dde7f1ad7ae6e2a8dd2ceacfe Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 20 Jul 2024 12:57:08 +0200 Subject: [PATCH] Create jsconfig.json --- dashboard/jsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dashboard/jsconfig.json diff --git a/dashboard/jsconfig.json b/dashboard/jsconfig.json new file mode 100644 index 0000000..6bb516b --- /dev/null +++ b/dashboard/jsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"], + "@contexts/*": ["./src/common/contexts/*"], + "@components/*": ["./src/common/components/*"], + "@states/*": ["./src/states/"] + } + } +} \ No newline at end of file