From 97373527ed2387c27087524d8ee76eb765a51724 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 17:39:29 +0100 Subject: [PATCH] Created the jsconfig.json --- client/jsconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/jsconfig.json diff --git a/client/jsconfig.json b/client/jsconfig.json new file mode 100644 index 0000000..1773ab2 --- /dev/null +++ b/client/jsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@styles/*": ["./src/common/styles/*"], + "@/*": ["./src/*"] + } + } +} \ No newline at end of file