From f5020103ddc19626f068d3d7918055cec7b64e26 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Tue, 4 Feb 2020 21:21:07 +0100 Subject: [PATCH] chore: add jsconfig file to vue project --- client/jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 client/jsconfig.json diff --git a/client/jsconfig.json b/client/jsconfig.json new file mode 100644 index 0000000..18f2e37 --- /dev/null +++ b/client/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "paths": { + "@/*": [ + "./src/*" + ] + } + } +} \ No newline at end of file