Change TS config to be non-strict

pull/21/head
Flashfyre 2024-03-30 21:17:59 -04:00
parent 53def01b51
commit 7c8c034578
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"esModuleInterop": true,
"strictNullChecks": false,
"sourceMap": true,
"strict": false,
"rootDir": "./src",
"baseUrl": "./src",
"paths": {