error TS6504: File 'DifferentNamesSpecified/b.js' is a JavaScript file. Did you mean to enable the 'allowJs' option?
DifferentNamesSpecified/tsconfig.json(2,24): error TS6082: Only 'amd' and 'system' modules are supported alongside --out.


!!! error TS6504: File 'DifferentNamesSpecified/b.js' is a JavaScript file. Did you mean to enable the 'allowJs' option?
==== DifferentNamesSpecified/tsconfig.json (1 errors) ====
    {
      "compilerOptions": { "out": "test.js" },
                           ~~~~~
!!! error TS6082: Only 'amd' and 'system' modules are supported alongside --out.
      "files": [ "a.ts", "b.js" ]
    }
==== DifferentNamesSpecified/a.ts (0 errors) ====
    var test = 10;