error TS5107: Option 'target=ES5' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.


!!! error TS5107: Option 'target=ES5' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
==== commentsFormatting.ts (0 errors) ====
    namespace m {
        /** this is first line - aligned to class declaration
    * this is 4 spaces left aligned
     * this is 3 spaces left aligned
      * this is 2 spaces left aligned
       * this is 1 spaces left aligned
        * this is at same level as first line
         * this is 1 spaces right aligned
          * this is 2 spaces right aligned
           * this is 3 spaces right aligned
            * this is 4 spaces right aligned
             * this is 5 spaces right aligned
              * this is 6 spaces right aligned
               * this is 7 spaces right aligned
                * this is 8 spaces right aligned */
        export class c {
        }
    
            /** this is first line - 4 spaces right aligned to class but in js file should be aligned to class declaration
    * this is 8 spaces left aligned
     * this is 7 spaces left aligned
      * this is 6 spaces left aligned
       * this is 5 spaces left aligned
        * this is 4 spaces left aligned
         * this is 3 spaces left aligned
          * this is 2 spaces left aligned
           * this is 1 spaces left aligned
            * this is at same level as first line
             * this is 1 spaces right aligned
              * this is 2 spaces right aligned
               * this is 3 spaces right aligned
                * this is 4 spaces right aligned
                 * this is 5 spaces right aligned
                  * this is 6 spaces right aligned
                   * this is 7 spaces right aligned
                    * this is 8 spaces right aligned */
        export class c2 {
        }
    
        /** this is comment with new lines in between
    
    this is 4 spaces left aligned but above line is empty
    
     this is 3 spaces left aligned but above line is empty
    
      this is 2 spaces left aligned but above line is empty
    
        this is 1 spaces left aligned but above line is empty
    
        this is at same level as first line but above line is empty 
    
         this is 1 spaces right aligned but above line is empty
    
          this is 2 spaces right aligned but above line is empty
    
           this is 3 spaces right aligned but above line is empty
    
            this is 4 spaces right aligned but above line is empty
        
        
        Above 2 lines are empty
        
        
        
        above 3 lines are empty*/
        export class c3 {
        }
    
        /** this is first line - aligned to class declaration
    	*              this is 0 space + tab
     	*              this is 1 space + tab
      	*              this is 2 spaces + tab
       	*              this is 3 spaces + tab
        	*          this is 4 spaces + tab
         	*          this is 5 spaces + tab
          	*          this is 6 spaces + tab
           	*          this is 7 spaces + tab
            	*      this is 8 spaces + tab
             	*      this is 9 spaces + tab
              	*      this is 10 spaces + tab
               	*      this is 11 spaces + tab
                	*  this is 12 spaces + tab */
        export class c4 {
        }
    }