diff --git a/webapp/jsconfig.json b/webapp/jsconfig.json new file mode 100644 index 000000000..7e3695e4e --- /dev/null +++ b/webapp/jsconfig.json @@ -0,0 +1,13 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "~/*": [ + "./*" + ], + "~*": [ + "./*" + ], + } + } +} \ No newline at end of file