Updated to use typescript strict typing

This commit is contained in:
Renan LE CARO 2025-03-10 15:05:48 +01:00
parent 62d955a233
commit a136475f88
8 changed files with 3927 additions and 263 deletions

View file

@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es2015",
"rootDir": "src",
"strict": false,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true