From 04a4c0f775fb90082212788234179b47092d40cd Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 17 Apr 2023 22:08:48 +0200 Subject: [PATCH] Created the jsconfig.json --- 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 0000000..01d1add --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"], + "@components/*": ["./src/common/components/*"], + "@styles/*": ["./src/common/styles/*"] + } + } +} \ No newline at end of file