
## Errors were thrown in the sample, but not included in an error tag

These errors were not marked as being expected: 2552 2304 1434 1128. 
Expected: // @errors: 2552 2304 1434 1128

Compiler Errors:

file-one.ts
  [2552] 26 - Cannot find name 'consol'. Did you mean 'console'?
  [2304] 35 - Cannot find name 'log'.
  [1434] 26 - Unexpected keyword or identifier.
  [1128] 32 - Declaration or statement expected.

other export.ts
  [2552] 70 - Cannot find name 'consol'. Did you mean 'console'?
  [2304] 79 - Cannot find name 'err'.
  [1434] 70 - Unexpected keyword or identifier.
  [1128] 76 - Declaration or statement expected.