mirror of https://github.com/actions/toolkit
Allowing any exceptions
parent
5361052c88
commit
c8da8703e9
|
@ -5,7 +5,8 @@
|
|||
"outDir": "./lib",
|
||||
"rootDir": "./src",
|
||||
"lib": ["es6", "dom"],
|
||||
"useUnknownInCatchVariables": false
|
||||
"useUnknownInCatchVariables": false,
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": [
|
||||
"./src"
|
||||
|
|
Loading…
Reference in New Issue