Feb 23, 2017 · 1 min read
import MyFileComponent from ‘./myFile.ts’ ..
guess what! .. the generated file is no myFile.js — EVEN THOUGH — the input was MyFile.ts
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
Those two lines are confusing, can you elaborate more, please? did you mean to write ‘./MyFile.ts’ .. for line #1 and …file is now myFile.js … for line #2?