diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..e8f0754 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,10 @@ +{ + "_comment": "This file is used to trick IntelliJ/Webstorm/PHPStorm to use the correct alias as defined in vite.config.js", + "compilerOptions": { + "baseUrl": ".", + "paths": { + "/admin/*": ["resources/admin/*"], + "@/module/*": ["modules/*/views/*"] + } + } +}