jsconfig.json 244 B

123456789
  1. {
  2. "_comment": "This file is used to trick IntelliJ/Webstorm/PHPStorm to use the correct alias as defined in vite.config.js",
  3. "compilerOptions": {
  4. "baseUrl": ".",
  5. "paths": {
  6. "@/*": ["src/*"]
  7. }
  8. }
  9. }