feat: include test directories in tsconfig files, disable no-explicit-any for test files, and document testing policy relaxations.
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
"useUnknownInCatchVariables": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"rootDir": "src"
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
"src",
|
||||
"test"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user