mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 03:39:08 +08:00
Allowing any exceptions
This commit is contained in:
parent
5361052c88
commit
c8da8703e9
3
packages/cache/tsconfig.json
vendored
3
packages/cache/tsconfig.json
vendored
@ -5,7 +5,8 @@
|
||||
"outDir": "./lib",
|
||||
"rootDir": "./src",
|
||||
"lib": ["es6", "dom"],
|
||||
"useUnknownInCatchVariables": false
|
||||
"useUnknownInCatchVariables": false,
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": [
|
||||
"./src"
|
||||
|
Loading…
x
Reference in New Issue
Block a user