Skip to content

Commit

Permalink
Removing these lines prevents a strange npm error
Browse files Browse the repository at this point in the history
client.d.ts: module vscode does not contain an export 'WorkspaceFolder'
or some such
  • Loading branch information
emackey committed Sep 25, 2017
1 parent 524d480 commit 3fa5e33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"compilerOptions": {
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"module": "commonjs",
"target": "es6",
"outDir": "out",
Expand Down

0 comments on commit 3fa5e33

Please sign in to comment.