tsc-multi icon indicating copy to clipboard operation
tsc-multi copied to clipboard

causes tsc not to emit relative (non-ts) files

Open emahuni opened this issue 2 years ago • 1 comments

The package is causing the compiler to leave behind files it would have otherwise copied to the dist dir.

// auth.ts
import users from './users.json'

dist will have auth.cjs & auth.mjs but no accompanying users.json. it should also include that imported file in dist dir as the default tsc compiler does.

emahuni avatar Jan 23 '23 17:01 emahuni

this is after fixing issue #15 that addresses a related issue

emahuni avatar Jan 23 '23 17:01 emahuni