Skip to content

Commit

Permalink
Add vscode path to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Feb 1, 2018
1 parent c997be0 commit d9b19d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/salesforcedx-vscode-apex-debugger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
"rootDir": ".",
"outDir": "out",
"preserveConstEnums": true,
"strict": true
"strict": true,
"baseUrl": "",
"paths": {
"vscode": [
"node_modules/vscode"
]
}
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit d9b19d0

Please sign in to comment.