Skip to content

Commit

Permalink
Add jsconfig.json (#479)
Browse files Browse the repository at this point in the history
Add IntelliSense support for webpack aliases.

Related to: #348
  • Loading branch information
Raruto authored Sep 18, 2023
1 parent c026bfa commit 5fac964
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"*": [
"*",
"app/*",
"plugins/*"
]
}
}
}

0 comments on commit 5fac964

Please sign in to comment.