aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-07-25 12:46:42 +0200
committerMateja <mail@matejamaric.com>2021-07-25 12:46:42 +0200
commit31067932d3426564966b7ec5038cc9a956add4d3 (patch)
tree1c49574cb77177cf3de5bc9de8a2aa87a937e87c
parentac49e9126454750e2fd77c4e04d09f2843609d34 (diff)
downloadmevn-ecommerce-31067932d3426564966b7ec5038cc9a956add4d3.tar.gz
mevn-ecommerce-31067932d3426564966b7ec5038cc9a956add4d3.zip
Added jsconfig.
-rw-r--r--client/jsconfig.json9
1 files changed, 9 insertions, 0 deletions
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"]
+}