Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jsconfig.json #479

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Add jsconfig.json #479

merged 1 commit into from
Sep 18, 2023

Conversation

Raruto
Copy link
Collaborator

@Raruto Raruto commented Aug 30, 2023

Add IntelliSense support based on [email protected] browserify aliases:

• gulpfile.js

paths: ['./src/', './src/app/', './src/plugins/'],

• jsonconfig.json

{
  "compilerOptions": {
    "baseUrl": "src",
    "paths": {
      "*": [
        "*",
        "app/*",
        "plugins/*"
      ]
    }
  }
}

For more info:

Related to: #348

Add IntelliSense support for webpack aliases.

Related to: #348
@Raruto Raruto added the config Anything related to configuration files label Aug 30, 2023
@Raruto Raruto added this to the v3.9 milestone Aug 30, 2023
@volterra79 volterra79 self-requested a review September 15, 2023 14:05
@Raruto Raruto merged commit 5fac964 into dev Sep 18, 2023
@Raruto Raruto deleted the add-jsconfig branch September 18, 2023 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Anything related to configuration files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants