A developer should be able to add a comment above a ts error such as ``` /// TS_IGNORE let a:string = 1 ``` and have the compiler not report that error... there are certain scenarios the developer knows best and want to quiet down the error reports. kind of like :any regards Sean