Fix tests

This commit is contained in:
Charles Bochet
2023-04-24 15:00:37 +02:00
parent 6d2c8bbdf9
commit 29b6109e54
13 changed files with 366 additions and 768 deletions

View File

@ -12,10 +12,10 @@
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,
"strictNullChecks": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
"noFallthroughCasesInSwitch": false,
}
}