catchAdmin/jsconfig.json

11 lines
310 B
JSON
Raw Permalink Normal View History

2023-02-28 09:38:12 +08:00
{
"_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/*"]
}
}
}