From 31067932d3426564966b7ec5038cc9a956add4d3 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 25 Jul 2021 12:46:42 +0200 Subject: Added jsconfig. --- 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..0486e3b --- /dev/null +++ b/client/jsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + }, + "exclude": ["node_modules", "dist"] +} -- cgit v1.2.3