1
0
Fork 0

upgraded typescript version

Upgrade ts version to support latest azure sdk
pull/1363/head
Sankalp Kotewar 2023-03-06 12:18:32 +00:00 committed by GitHub
parent ce1bf116fc
commit 97f21173cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -51,6 +51,6 @@
"devDependencies": { "devDependencies": {
"@types/semver": "^6.0.0", "@types/semver": "^6.0.0",
"@types/uuid": "^3.4.5", "@types/uuid": "^3.4.5",
"typescript": "^3.8.3" "typescript": "~4.8.0"
} }
} }

View File

@ -4,7 +4,8 @@
"baseUrl": "./", "baseUrl": "./",
"outDir": "./lib", "outDir": "./lib",
"rootDir": "./src", "rootDir": "./src",
"lib": ["es6", "dom"] "lib": ["es6", "dom"],
"useUnknownInCatchVariables": false
}, },
"include": [ "include": [
"./src" "./src"