Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Aug 30, 2021
1 parent 71774bf commit d78362f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage
lib
dist
preview
node_modules
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.git/
coverage/
dist/
lib/
preview/
node_modules
2 changes: 0 additions & 2 deletions src/__mocks__/vscode.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { TextEncoder } from 'util'

type MockedConf = Record<string, any>

const defaultVSCodeVersion = 'v1.36.0'
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"moduleResolution": "node",
"noImplicitAny": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es6"
Expand Down

0 comments on commit d78362f

Please sign in to comment.