Skip to content

Commit 48ddfc6

Browse files
couple references
1 parent 2ed2967 commit 48ddfc6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

extensions/microsoft-authentication/.vscodeignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
out/test/**
44
out/**
55
extension.webpack.config.js
6-
extension-browser.webpack.config.js
76
package-lock.json
87
src/**
98
.gitignore

extensions/microsoft-authentication/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"outDir": "./out",
55
"noFallthroughCasesInSwitch": true,
66
"noUnusedLocals": false,
7-
"skipLibCheck": true,
8-
"lib": [
9-
"WebWorker"
10-
]
7+
"skipLibCheck": true
118
},
129
"include": [
1310
"src/**/*",

0 commit comments

Comments
 (0)