-
Bug
-
Resolution: Done
-
Blocker
-
None
Currently you can write invalid Typescript code like
const strings: string[] = [1,2,3];
and successfully build the project.
This in combination with the lack of tests on the project makes it impossible to do changes to the codebase without the risk of introducing errors. See the recent efforts trying to upgrade the SDKs versions.