Skip to content

Commit

Permalink
Added jsconfig to enable intellisense in modules when using VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
fcamarlinghi committed Jan 6, 2018
1 parent 24978e9 commit ceec777
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jsconfig.json
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "es2016",
"baseUrl": "./src/",
"paths": {
"core/*": ["core/*"],
"photoshop/*": ["photoshop/*"],
"exporter-main/*": ["exporter-main/*"],
"exporter-settings/*": ["exporter-settings/*"],
}
}
}

0 comments on commit ceec777

Please sign in to comment.