We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed2967 commit 48ddfc6Copy full SHA for 48ddfc6
extensions/microsoft-authentication/.vscodeignore
@@ -3,7 +3,6 @@
3
out/test/**
4
out/**
5
extension.webpack.config.js
6
-extension-browser.webpack.config.js
7
package-lock.json
8
src/**
9
.gitignore
extensions/microsoft-authentication/tsconfig.json
@@ -4,10 +4,7 @@
"outDir": "./out",
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": false,
- "skipLibCheck": true,
- "lib": [
- "WebWorker"
10
- ]
+ "skipLibCheck": true
11
},
12
"include": [
13
"src/**/*",
0 commit comments