use global URLSearchParams

pull/145424/head
Tyler Leonhardt 2022-03-18 14:52:18 -07:00
parent 8d99738d84
commit f728c9289e
No known key found for this signature in database
GPG Key ID: 1BC2B6244363E77E
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,6 @@ import { sha256 } from './env/node/sha256';
import { BetterTokenStorage, IDidChangeInOtherWindowEvent } from './betterSecretStorage';
import { LoopbackAuthServer } from './authServer';
import path = require('path');
import { URLSearchParams } from 'url';
const localize = nls.loadMessageBundle();

View File

@ -11,7 +11,10 @@
"resolveJsonModule": true,
"rootDir": "src",
"skipLibCheck": true,
"sourceMap": true
"sourceMap": true,
"lib": [
"WebWorker"
]
},
"exclude": [
"node_modules"