TypeScript Version: 3.5.2
Code
Auto importing CellData in https://github.com/xtermjs/xterm.js/blob/73521390d29c8a111058a6a7d08edd827ba498b7/src/browser/ColorManager.ts will import from ../../out/common instead of common/

See tsconfigs:
Expected behavior:
import { CellData } from 'common/buffer/CellData';
Actual behavior:
import { CellData } from '../../out/common/buffer/CellData';
TypeScript Version: 3.5.2
Code
Auto importing
CellDatain https://github.com/xtermjs/xterm.js/blob/73521390d29c8a111058a6a7d08edd827ba498b7/src/browser/ColorManager.ts will import from../../out/commoninstead ofcommon/See tsconfigs:
ColorManagerlives in https://github.com/xtermjs/xterm.js/blob/73521390d29c8a111058a6a7d08edd827ba498b7/src/browser/tsconfig.jsonCellDatalives in https://github.com/xtermjs/xterm.js/blob/73521390d29c8a111058a6a7d08edd827ba498b7/src/common/tsconfig.jsonExpected behavior:
Actual behavior: