error TS5053: Option 'allowJs' cannot be specified with option 'declaration'.


!!! error TS5053: Option 'allowJs' cannot be specified with option 'declaration'.
==== tests/cases/compiler/b.js (0 errors) ====
    let a = 10;
    b = 30;
    
==== tests/cases/compiler/a.ts (0 errors) ====
    let b = 30;
    a = 10;
    