diff options
author | Mateja <mail@matejamaric.com> | 2021-07-25 12:46:42 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-07-25 12:46:42 +0200 |
commit | 31067932d3426564966b7ec5038cc9a956add4d3 (patch) | |
tree | 1c49574cb77177cf3de5bc9de8a2aa87a937e87c | |
parent | ac49e9126454750e2fd77c4e04d09f2843609d34 (diff) | |
download | mevn-ecommerce-31067932d3426564966b7ec5038cc9a956add4d3.tar.gz mevn-ecommerce-31067932d3426564966b7ec5038cc9a956add4d3.zip |
Added jsconfig.
-rw-r--r-- | client/jsconfig.json | 9 |
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"] +} |