diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 000000000..01a095d5d --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "baseUrl": "src", + "paths": { + "*": [ + "*", + "app/*", + "plugins/*" + ] + } + } +}