mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 12:59:06 +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",
|
"outDir": "./lib",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"lib": ["es6", "dom"],
|
"lib": ["es6", "dom"],
|
||||||
"useUnknownInCatchVariables": false
|
"useUnknownInCatchVariables": false,
|
||||||
|
"noImplicitAny": false
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./src"
|
"./src"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user