You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When referencing a .js from .ts:
// service.ts
import User from './user.js';
This error will occur:
error TS5055: Cannot write file './user.js' because it would overwrite input file.
0 commit comments