mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-15 19:45:58 +08:00
upgraded typescript version
Upgrade ts version to support latest azure sdk
This commit is contained in:
parent
ce1bf116fc
commit
97f21173cc
2
packages/cache/package.json
vendored
2
packages/cache/package.json
vendored
@ -51,6 +51,6 @@
|
||||
"devDependencies": {
|
||||
"@types/semver": "^6.0.0",
|
||||
"@types/uuid": "^3.4.5",
|
||||
"typescript": "^3.8.3"
|
||||
"typescript": "~4.8.0"
|
||||
}
|
||||
}
|
||||
|
3
packages/cache/tsconfig.json
vendored
3
packages/cache/tsconfig.json
vendored
@ -4,7 +4,8 @@
|
||||
"baseUrl": "./",
|
||||
"outDir": "./lib",
|
||||
"rootDir": "./src",
|
||||
"lib": ["es6", "dom"]
|
||||
"lib": ["es6", "dom"],
|
||||
"useUnknownInCatchVariables": false
|
||||
},
|
||||
"include": [
|
||||
"./src"
|
||||
|
Loading…
x
Reference in New Issue
Block a user