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