disable strict null checks (for now)

This commit is contained in:
0x1eef 2022-11-02 06:22:50 -03:00
parent c28e7497d4
commit 5abd0d00a6

View file

@ -14,6 +14,5 @@
"allowJs": true,
"moduleResolution": "node",
"esModuleInterop": true,
"strictNullChecks": true
}
}