feat: include test directories in tsconfig files, disable no-explicit-any for test files, and document testing policy relaxations.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"composite": true,
|
||||
"rootDir": "src",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@sammo-ts/common": [
|
||||
@@ -27,7 +26,8 @@
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
"src",
|
||||
"test"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user