Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created December 30, 2022 21:35
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renepardon/d8da9b75d7f840130c7fdb74acac5f71 to your computer and use it in GitHub Desktop.
Save renepardon/d8da9b75d7f840130c7fdb74acac5f71 to your computer and use it in GitHub Desktop.
Vite Alias Support for IntelliJ/PHPStorm/Webstorm
{
"_comment": "This file is used to trick IntelliJ/Webstorm/PHPStorm to use the correct alias as defined in vite.config.js",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["resources/js/*"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment