Skip to content

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

@emahuni

Description

@emahuni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions