diff --git a/webapp/jsconfig.json b/webapp/jsconfig.json index 8dc14a328..7e3695e4e 100644 --- a/webapp/jsconfig.json +++ b/webapp/jsconfig.json @@ -4,7 +4,10 @@ "paths": { "~/*": [ "./*" - ] + ], + "~*": [ + "./*" + ], } } } \ No newline at end of file